Html Css Color HEX #8F76CA True V

📋 copy color: '#8F76CA'

red 143 ◦ green 118 ◦ blue 202

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

Shades of True V #8F76CA

Tints of True V #8F76CA

RGB

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

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

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

R = 30.89%
G = 25.49%
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

#8F76CA (or 0x8F76CA) is known color: True V. HEX triplet: 8F, 76 and CA. RGB value is (143,118,202). Sum of RGB (Red+Green+Blue) = 143+118+202=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 118 (46.48% from 255 or 25.49% 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 #8F76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76CA is #708935. Grayscale: #868686. Windows color (decimal): -7375158 or 13268623. OLE color: 13268623.

HSL color Cylindrical-coordinate representation of color #8F76CA: hue angle of 257.86º degrees, saturation: 0.44, 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 #8F76CA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 118 202 -
CMYK 0.29 0.42 0 0.21
HSL 257.86º 0.44% 0.63% -
HSV(B) 257.86º 0.42% 0.79% -
XYZ 28.47 23.06 58.83 -
YUV 135.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 143 118 202 0.29 0.42 0 0.21 257.86 0.44 0.63
Hex 8F 76 CA 1D 2A 0 15 102 2C 3F
Octal 217 166 312 35 52 0 25 402 54 77
Binary 10001111 1110110 11001010 11101 101010 0 10101 100000010 101100 111111

Color Harmonies of #8F76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F76CA

Black with #8F76CA

Text Example


Text Example

White with #8F76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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