#8B6AD0

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

Shades of True V #8B6AD0

Tints of True V #8B6AD0

Color information

#8B6AD0 (or 0x8B6AD0) is unknown color: approx True V. HEX triplet: 8B, 6A and D0. RGB value is (139,106,208). Sum of RGB (Red+Green+Blue) = 139+106+208=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B6AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6AD0 is #74952F. Grayscale: #7F7F7F. Windows color (decimal): -7640368 or 13658763. OLE color: 13658763.

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

Color convert

RGB139106208-
CMYK0.330.4900.18
HSL259.41º52.04%61.57%-
HSV(B)259.41º49.04%81.57%-
XYZ27.1920.3562.17-
YUV127.49173.43136.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=30.68%
G=23.40%
B=45.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391062080.330.4900.18259.4152.0461.57
Hex8B6AD02131012103343e
Octal21315232041610224036476
Binary10001011110101011010000100001110001010010100000011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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