#8C6DCC

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

Shades of True V #8C6DCC

Tints of True V #8C6DCC

Color information

#8C6DCC (or 0x8C6DCC) is unknown color: approx True V. HEX triplet: 8C, 6D and CC. RGB value is (140,109,204). Sum of RGB (Red+Green+Blue) = 140+109+204=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DCC is #739233. Grayscale: #808080. Windows color (decimal): -7574068 or 13397388. OLE color: 13397388.

HSL color Cylindrical-coordinate representation of color #8C6DCC: hue angle of 259.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C6DCC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140109204-
CMYK0.310.4700.2
HSL259.58º48.22%61.37%-
HSV(B)259.58º46.57%80%-
XYZ27.1820.8759.72-
YUV129.1170.27135.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=30.91%
G=24.06%
B=45.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401092040.310.4700.2259.5848.2261.37
Hex8C6DCC1F2F014104303d
Octal21415531437570244046075
Binary1000110011011011100110011111101111010100100000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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