Html Css Color HEX #9077CB True V

📋 copy color: '#9077CB'

red 144 ◦ green 119 ◦ blue 203

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

Shades of True V #9077CB

Tints of True V #9077CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 30.9%
G = 25.54%
B = 43.56%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9077CB (or 0x9077CB) is known color: True V. HEX triplet: 90, 77 and CB. RGB value is (144,119,203). Sum of RGB (Red+Green+Blue) = 144+119+203=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9077CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077CB is #6F8834. Grayscale: #878787. Windows color (decimal): -7309365 or 13334416. OLE color: 13334416.

HSL color Cylindrical-coordinate representation of color #9077CB: hue angle of 257.86º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9077CB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 119 203 -
CMYK 0.29 0.41 0 0.20
HSL 257.86º 0.45% 0.63% -
HSV(B) 257.86º 0.41% 0.8% -
XYZ 28.88 23.43 59.5 -
YUV 136.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 144 119 203 0.29 0.41 0 0.20 257.86 0.45 0.63
Hex 90 77 CB 1D 29 0 14 102 2D 3F
Octal 220 167 313 35 51 0 24 402 55 77
Binary 10010000 1110111 11001011 11101 101001 0 10100 100000010 101101 111111

Color Harmonies of #9077CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077CB

Black with #9077CB

Text Example


Text Example

White with #9077CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9077CB; }

 p { color: rgb(144,119,203); }

 H1.HeaderClassName
 {
   color: #9077CB;
 }
 .AnyTagClassName
 {
   color: #9077CB;
 }
</style>

background-color css

<style>
 a { background-color: #9077CB; }

 a { background-color: rgb(144,119,203); }

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

border-color css

<style>
 span { border-color: #9077CB; }

 span { border-color: rgb(144,119,203); }

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