Html Css Color HEX #8F77CB True V

📋 copy color: '#8F77CB'

red 143 ◦ green 119 ◦ blue 203

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

Shades of True V #8F77CB

Tints of True V #8F77CB

RGB

 RED value IS 143 (56.25% from 255) = 30.75%

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

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

R = 30.75%
G = 25.59%
B = 43.66%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F77CB (or 0x8F77CB) is known color: True V. HEX triplet: 8F, 77 and CB. RGB value is (143,119,203). Sum of RGB (Red+Green+Blue) = 143+119+203=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F77CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77CB is #708834. Grayscale: #878787. Windows color (decimal): -7374901 or 13334415. OLE color: 13334415.

HSL color Cylindrical-coordinate representation of color #8F77CB: hue angle of 257.14º 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 #8F77CB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 119 203 -
CMYK 0.30 0.41 0 0.20
HSL 257.14º 0.45% 0.63% -
HSV(B) 257.14º 0.41% 0.8% -
XYZ 28.7 23.35 59.49 -
YUV 135.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 143 119 203 0.30 0.41 0 0.20 257.14 0.45 0.63
Hex 8F 77 CB 1E 29 0 14 101 2D 3F
Octal 217 167 313 36 51 0 24 401 55 77
Binary 10001111 1110111 11001011 11110 101001 0 10100 100000001 101101 111111

Color Harmonies of #8F77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77CB

Black with #8F77CB

Text Example


Text Example

White with #8F77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F77CB; }

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

 H1.HeaderClassName
 {
   color: #8F77CB;
 }
 .AnyTagClassName
 {
   color: #8F77CB;
 }
</style>

background-color css

<style>
 a { background-color: #8F77CB; }

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

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

border-color css

<style>
 span { border-color: #8F77CB; }

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

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