#8C6DCE

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

Shades of True V #8C6DCE

Tints of True V #8C6DCE

Color information

#8C6DCE (or 0x8C6DCE) is unknown color: approx True V. HEX triplet: 8C, 6D and CE. RGB value is (140,109,206). Sum of RGB (Red+Green+Blue) = 140+109+206=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DCE is #739231. Grayscale: #808080. Windows color (decimal): -7574066 or 13528460. OLE color: 13528460.

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

Color convert

RGB140109206-
CMYK0.320.4700.19
HSL259.18º49.74%61.76%-
HSV(B)259.18º47.09%80.78%-
XYZ27.4220.9760.99-
YUV129.33171.27135.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=30.77%
G=23.96%
B=45.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401092060.320.4700.19259.1849.7461.76
Hex8C6DCE202F013103323e
Octal21415531640570234036276
Binary10001100110110111001110100000101111010011100000011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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