#8C6AD0

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

Shades of True V #8C6AD0

Tints of True V #8C6AD0

Color information

#8C6AD0 (or 0x8C6AD0) is unknown color: approx True V. HEX triplet: 8C, 6A and D0. RGB value is (140,106,208). Sum of RGB (Red+Green+Blue) = 140+106+208=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6AD0 is #73952F. Grayscale: #7F7F7F. Windows color (decimal): -7574832 or 13658764. OLE color: 13658764.

HSL color Cylindrical-coordinate representation of color #8C6AD0: hue angle of 260º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C6AD0 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140106208-
CMYK0.330.4900.18
HSL260º52.04%61.57%-
HSV(B)260º49.04%81.57%-
XYZ27.3520.4462.18-
YUV127.79173.26136.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.84%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=30.84%
G=23.35%
B=45.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401062080.330.4900.1826052.0461.57
Hex8C6AD02131012104343e
Octal21415232041610224046476
Binary10001100110101011010000100001110001010010100000100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,208); }

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

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

 a { background-color: rgb(140,106,208); }

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

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

 span { border-color: rgb(140,106,208); }

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