#8B6CD0

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

Shades of True V #8B6CD0

Tints of True V #8B6CD0

Color information

#8B6CD0 (or 0x8B6CD0) is unknown color: approx True V. HEX triplet: 8B, 6C and D0. RGB value is (139,108,208). Sum of RGB (Red+Green+Blue) = 139+108+208=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B6CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CD0 is #74932F. Grayscale: #808080. Windows color (decimal): -7639856 or 13659275. OLE color: 13659275.

HSL color Cylindrical-coordinate representation of color #8B6CD0: hue angle of 258.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B6CD0 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139108208-
CMYK0.330.4800.18
HSL258.6º51.55%61.96%-
HSV(B)258.6º48.08%81.57%-
XYZ27.420.7762.24-
YUV128.67172.77135.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=30.55%
G=23.74%
B=45.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391082080.330.4800.18258.651.5561.96
Hex8B6CD02130012103343e
Octal21315432041600224036476
Binary10001011110110011010000100001110000010010100000011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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