#8C6FCE

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

Shades of True V #8C6FCE

Tints of True V #8C6FCE

Color information

#8C6FCE (or 0x8C6FCE) is unknown color: approx True V. HEX triplet: 8C, 6F and CE. RGB value is (140,111,206). Sum of RGB (Red+Green+Blue) = 140+111+206=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FCE is #739031. Grayscale: #828282. Windows color (decimal): -7573554 or 13528972. OLE color: 13528972.

HSL color Cylindrical-coordinate representation of color #8C6FCE: hue angle of 258.32º 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 #8C6FCE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140111206-
CMYK0.320.4600.19
HSL258.32º49.22%62.16%-
HSV(B)258.32º46.12%80.78%-
XYZ27.6421.461.07-
YUV130.5170.61134.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=30.63%
G=24.29%
B=45.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401112060.320.4600.19258.3249.2262.16
Hex8C6FCE202E013102313e
Octal21415731640560234026176
Binary10001100110111111001110100000101110010011100000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,111,206); }

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

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

 a { background-color: rgb(140,111,206); }

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

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

 span { border-color: rgb(140,111,206); }

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