#8B6DC9

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

Shades of True V #8B6DC9

Tints of True V #8B6DC9

Color information

#8B6DC9 (or 0x8B6DC9) is unknown color: approx True V. HEX triplet: 8B, 6D and C9. RGB value is (139,109,201). Sum of RGB (Red+Green+Blue) = 139+109+201=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DC9 is #749236. Grayscale: #808080. Windows color (decimal): -7639607 or 13200779. OLE color: 13200779.

HSL color Cylindrical-coordinate representation of color #8B6DC9: hue angle of 259.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B6DC9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139109201-
CMYK0.310.4600.21
HSL259.57º46%60.78%-
HSV(B)259.57º45.77%78.82%-
XYZ26.6620.6457.84-
YUV128.46168.94135.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=30.96%
G=24.28%
B=44.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391092010.310.4600.21259.574660.78
Hex8B6DC91F2E0151042e3d
Octal21315531137560254045675
Binary1000101111011011100100111111101110010101100000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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