#8B6DCA

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

Shades of True V #8B6DCA

Tints of True V #8B6DCA

Color information

#8B6DCA (or 0x8B6DCA) is unknown color: approx True V. HEX triplet: 8B, 6D and CA. RGB value is (139,109,202). Sum of RGB (Red+Green+Blue) = 139+109+202=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DCA is #749235. Grayscale: #808080. Windows color (decimal): -7639606 or 13266315. OLE color: 13266315.

HSL color Cylindrical-coordinate representation of color #8B6DCA: hue angle of 259.35º degrees, saturation: 0.47, 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 #8B6DCA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139109202-
CMYK0.310.4600.21
HSL259.35º46.73%60.98%-
HSV(B)259.35º46.04%79.22%-
XYZ26.7820.6958.46-
YUV128.57169.44135.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=30.89%
G=24.22%
B=44.89%

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
Decimal1391092020.310.4600.21259.3546.7360.98
Hex8B6DCA1F2E0151032f3d
Octal21315531237560254035775
Binary1000101111011011100101011111101110010101100000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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