#8B6DCD

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

Shades of True V #8B6DCD

Tints of True V #8B6DCD

Color information

#8B6DCD (or 0x8B6DCD) is unknown color: approx True V. HEX triplet: 8B, 6D and CD. RGB value is (139,109,205). Sum of RGB (Red+Green+Blue) = 139+109+205=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DCD is #749232. Grayscale: #808080. Windows color (decimal): -7639603 or 13462923. OLE color: 13462923.

HSL color Cylindrical-coordinate representation of color #8B6DCD: hue angle of 258.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6DCD is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139109205-
CMYK0.320.4700.20
HSL258.75º48.98%61.57%-
HSV(B)258.75º46.83%80.39%-
XYZ27.1420.8360.35-
YUV128.91170.94135.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=30.68%
G=24.06%
B=45.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391092050.320.4700.20258.7548.9861.57
Hex8B6DCD202F014103313e
Octal21315531540570244036176
Binary10001011110110111001101100000101111010100100000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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