Html Css Color HEX #8F74CE True V

📋 copy color: '#8F74CE'

red 143 ◦ green 116 ◦ blue 206

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

Shades of True V #8F74CE

Tints of True V #8F74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.95%

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

R = 30.75%
G = 24.95%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F74CE (or 0x8F74CE) is known color: True V. HEX triplet: 8F, 74 and CE. RGB value is (143,116,206). Sum of RGB (Red+Green+Blue) = 143+116+206=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74CE is #708B31. Grayscale: #868686. Windows color (decimal): -7375666 or 13530255. OLE color: 13530255.

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

Color convert

RGB 143 116 206 -
CMYK 0.31 0.44 0 0.19
HSL 258º 0.48% 0.63% -
HSV(B) 258º 0.44% 0.81% -
XYZ 28.71 22.79 61.28 -
YUV 134.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 143 116 206 0.31 0.44 0 0.19 258 0.48 0.63
Hex 8F 74 CE 1F 2C 0 13 102 30 3F
Octal 217 164 316 37 54 0 23 402 60 77
Binary 10001111 1110100 11001110 11111 101100 0 10011 100000010 110000 111111

Color Harmonies of #8F74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F74CE

Black with #8F74CE

Text Example


Text Example

White with #8F74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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