#8F6CC8

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

Shades of True V #8F6CC8

Tints of True V #8F6CC8

Color information

#8F6CC8 (or 0x8F6CC8) is unknown color: approx True V. HEX triplet: 8F, 6C and C8. RGB value is (143,108,200). Sum of RGB (Red+Green+Blue) = 143+108+200=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F6CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CC8 is #709337. Grayscale: #808080. Windows color (decimal): -7377720 or 13134991. OLE color: 13134991.

HSL color Cylindrical-coordinate representation of color #8F6CC8: hue angle of 262.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F6CC8 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143108200-
CMYK0.280.4600.22
HSL262.83º45.54%60.39%-
HSV(B)262.83º46%78.43%-
XYZ27.1220.7357.22-
YUV128.95168.1138.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=31.71%
G=23.95%
B=44.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431082000.280.4600.22262.8345.5460.39
Hex8F6CC81C2E0161072e3c
Octal21715431034560264075674
Binary1000111111011001100100011100101110010110100000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,200); }

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

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

 a { background-color: rgb(143,108,200); }

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

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

 span { border-color: rgb(143,108,200); }

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