#8B6EBD

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

Shades of True V #8B6EBD

Tints of True V #8B6EBD

Color information

#8B6EBD (or 0x8B6EBD) is unknown color: approx True V. HEX triplet: 8B, 6E and BD. RGB value is (139,110,189). Sum of RGB (Red+Green+Blue) = 139+110+189=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6EBD is #749142. Grayscale: #7F7F7F. Windows color (decimal): -7639363 or 12414603. OLE color: 12414603.

HSL color Cylindrical-coordinate representation of color #8B6EBD: hue angle of 262.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B6EBD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139110189-
CMYK0.260.4200.26
HSL262.03º37.44%58.63%-
HSV(B)262.03º41.8%74.12%-
XYZ25.4120.3150.73-
YUV127.68162.61136.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=31.74%
G=25.11%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391101890.260.4200.26262.0337.4458.63
Hex8B6EBD1A2A01A106253b
Octal21315627532520324064573
Binary1000101111011101011110111010101010011010100000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,189); }

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

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

 a { background-color: rgb(139,110,189); }

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

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

 span { border-color: rgb(139,110,189); }

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