#8C6CC0

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

Shades of True V #8C6CC0

Tints of True V #8C6CC0

Color information

#8C6CC0 (or 0x8C6CC0) is unknown color: approx True V. HEX triplet: 8C, 6C and C0. RGB value is (140,108,192). Sum of RGB (Red+Green+Blue) = 140+108+192=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CC0 is #73933F. Grayscale: #7E7E7E. Windows color (decimal): -7574336 or 12610700. OLE color: 12610700.

HSL color Cylindrical-coordinate representation of color #8C6CC0: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C6CC0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140108192-
CMYK0.270.4400.25
HSL262.86º40%58.82%-
HSV(B)262.86º43.75%75.29%-
XYZ25.6920.1152.4-
YUV127.14164.6137.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.82%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=31.82%
G=24.55%
B=43.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401081920.270.4400.25262.864058.82
Hex8C6CC01B2C019107283b
Octal21415430033540314075073
Binary1000110011011001100000011011101100011001100000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,192); }

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

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

 a { background-color: rgb(140,108,192); }

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

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

 span { border-color: rgb(140,108,192); }

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