#8C6BCC

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

Shades of True V #8C6BCC

Tints of True V #8C6BCC

Color information

#8C6BCC (or 0x8C6BCC) is unknown color: approx True V. HEX triplet: 8C, 6B and CC. RGB value is (140,107,204). Sum of RGB (Red+Green+Blue) = 140+107+204=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BCC is #739433. Grayscale: #7F7F7F. Windows color (decimal): -7574580 or 13396876. OLE color: 13396876.

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

Color convert

RGB140107204-
CMYK0.310.4800.2
HSL260.41º48.74%60.98%-
HSV(B)260.41º47.55%80%-
XYZ26.9720.4559.65-
YUV127.92170.93136.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=31.04%
G=23.73%
B=45.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401072040.310.4800.2260.4148.7460.98
Hex8C6BCC1F30014104313d
Octal21415331437600244046175
Binary1000110011010111100110011111110000010100100000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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