#8F70CE

Color #8F70CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8F70CE

Tints of True V #8F70CE

Color information

#8F70CE (or 0x8F70CE) is unknown color: approx True V. HEX triplet: 8F, 70 and CE. RGB value is (143,112,206). Sum of RGB (Red+Green+Blue) = 143+112+206=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70CE is #708F31. Grayscale: #838383. Windows color (decimal): -7376690 or 13529231. OLE color: 13529231.

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

Color convert

RGB143112206-
CMYK0.310.4600.19
HSL259.79º48.96%62.35%-
HSV(B)259.79º45.63%80.78%-
XYZ28.2621.8861.13-
YUV131.99169.77135.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=31.02%
G=24.30%
B=44.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431122060.310.4600.19259.7948.9662.35
Hex8F70CE1F2E013104313e
Octal21716031637560234046176
Binary1000111111100001100111011111101110010011100000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F70CE;
 }
 .AnyTagClassName
 {
   color: #8F70CE;
 }
</style>
background-color css

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

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

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

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

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

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