#8C6EBF

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

Shades of True V #8C6EBF

Tints of True V #8C6EBF

Color information

#8C6EBF (or 0x8C6EBF) is unknown color: approx True V. HEX triplet: 8C, 6E and BF. RGB value is (140,110,191). Sum of RGB (Red+Green+Blue) = 140+110+191=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EBF is #739140. Grayscale: #7F7F7F. Windows color (decimal): -7573825 or 12545676. OLE color: 12545676.

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

Color convert

RGB140110191-
CMYK0.270.4200.25
HSL262.22º38.76%59.02%-
HSV(B)262.22º42.41%74.9%-
XYZ25.820.4951.89-
YUV128.2163.44136.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.75%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 43.31%
R=31.75%
G=24.94%
B=43.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401101910.270.4200.25262.2238.7659.02
Hex8C6EBF1B2A019106273b
Octal21415627733520314064773
Binary1000110011011101011111111011101010011001100000110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,191); }

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

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

 a { background-color: rgb(140,110,191); }

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

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

 span { border-color: rgb(140,110,191); }

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