#8B6CBE

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

Shades of True V #8B6CBE

Tints of True V #8B6CBE

Color information

#8B6CBE (or 0x8B6CBE) is unknown color: approx True V. HEX triplet: 8B, 6C and BE. RGB value is (139,108,190). Sum of RGB (Red+Green+Blue) = 139+108+190=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CBE is #749341. Grayscale: #7E7E7E. Windows color (decimal): -7639874 or 12479627. OLE color: 12479627.

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

Color convert

RGB139108190-
CMYK0.270.4300.25
HSL262.68º38.68%58.43%-
HSV(B)262.68º43.16%74.51%-
XYZ25.319.9351.23-
YUV126.62163.77136.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=31.81%
G=24.71%
B=43.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391081900.270.4300.25262.6838.6858.43
Hex8B6CBE1B2B019107273a
Octal21315427633530314074772
Binary1000101111011001011111011011101011011001100000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,190); }

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

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

 a { background-color: rgb(139,108,190); }

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

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

 span { border-color: rgb(139,108,190); }

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