Html Css Color HEX #9075CA True V

📋 copy color: '#9075CA'

red 144 ◦ green 117 ◦ blue 202

#9075CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #9075CA

Tints of True V #9075CA

RGB

 RED value IS 144 (56.64% from 255) = 31.1%

 GREEN value IS 117 (46.09% from 255) = 25.27%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 31.1%
G = 25.27%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9075CA (or 0x9075CA) is known color: True V. HEX triplet: 90, 75 and CA. RGB value is (144,117,202). Sum of RGB (Red+Green+Blue) = 144+117+202=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9075CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075CA is #6F8A35. Grayscale: #868686. Windows color (decimal): -7309878 or 13268368. OLE color: 13268368.

HSL color Cylindrical-coordinate representation of color #9075CA: hue angle of 259.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9075CA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 117 202 -
CMYK 0.29 0.42 0 0.21
HSL 259.06º 0.45% 0.63% -
HSV(B) 259.06º 0.42% 0.79% -
XYZ 28.52 22.92 58.8 -
YUV 134.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 144 117 202 0.29 0.42 0 0.21 259.06 0.45 0.63
Hex 90 75 CA 1D 2A 0 15 103 2D 3F
Octal 220 165 312 35 52 0 25 403 55 77
Binary 10010000 1110101 11001010 11101 101010 0 10101 100000011 101101 111111

Color Harmonies of #9075CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075CA

Black with #9075CA

Text Example


Text Example

White with #9075CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9075CA; }

 p { color: rgb(144,117,202); }

 H1.HeaderClassName
 {
   color: #9075CA;
 }
 .AnyTagClassName
 {
   color: #9075CA;
 }
</style>

background-color css

<style>
 a { background-color: #9075CA; }

 a { background-color: rgb(144,117,202); }

 div.DivClassName
 {
   background-color: #9075CA;
 }
 .BgClassName
 {
   background-color: #9075CA;
 }
</style>

border-color css

<style>
 span { border-color: #9075CA; }

 span { border-color: rgb(144,117,202); }

 td.TdClassName
 {
   border-color: #9075CA;
 }
 .TagClassName
 {
   border-color: #9075CA;
 }
</style>