#8B6DCE

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

Shades of True V #8B6DCE

Tints of True V #8B6DCE

Color information

#8B6DCE (or 0x8B6DCE) is unknown color: approx True V. HEX triplet: 8B, 6D and CE. RGB value is (139,109,206). Sum of RGB (Red+Green+Blue) = 139+109+206=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DCE is #749231. Grayscale: #808080. Windows color (decimal): -7639602 or 13528459. OLE color: 13528459.

HSL color Cylindrical-coordinate representation of color #8B6DCE: hue angle of 258.56º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6DCE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139109206-
CMYK0.330.4700.19
HSL258.56º49.74%61.76%-
HSV(B)258.56º47.09%80.78%-
XYZ27.2620.8860.99-
YUV129.03171.44135.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=30.62%
G=24.01%
B=45.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391092060.330.4700.19258.5649.7461.76
Hex8B6DCE212F013103323e
Octal21315531641570234036276
Binary10001011110110111001110100001101111010011100000011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,206); }

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

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

 a { background-color: rgb(139,109,206); }

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

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

 span { border-color: rgb(139,109,206); }

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