Html Css Color HEX #8F76CE True V

📋 copy color: '#8F76CE'

red 143 ◦ green 118 ◦ blue 206

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

Shades of True V #8F76CE

Tints of True V #8F76CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 30.62%
G = 25.27%
B = 44.11%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F76CE (or 0x8F76CE) is known color: True V. HEX triplet: 8F, 76 and CE. RGB value is (143,118,206). Sum of RGB (Red+Green+Blue) = 143+118+206=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76CE is #708931. Grayscale: #878787. Windows color (decimal): -7375154 or 13530767. OLE color: 13530767.

HSL color Cylindrical-coordinate representation of color #8F76CE: hue angle of 257.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F76CE is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 118 206 -
CMYK 0.31 0.43 0 0.19
HSL 257.05º 0.47% 0.64% -
HSV(B) 257.05º 0.43% 0.81% -
XYZ 28.95 23.25 61.36 -
YUV 135.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 143 118 206 0.31 0.43 0 0.19 257.05 0.47 0.64
Hex 8F 76 CE 1F 2B 0 13 101 2F 40
Octal 217 166 316 37 53 0 23 401 57 100
Binary 10001111 1110110 11001110 11111 101011 0 10011 100000001 101111 1000000

Color Harmonies of #8F76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F76CE

Black with #8F76CE

Text Example


Text Example

White with #8F76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,206); }

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

background-color css

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

 a { background-color: rgb(143,118,206); }

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

border-color css

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

 span { border-color: rgb(143,118,206); }

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