#8B13AE

Color #8B13AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8B13AE

Tints of Dark Violet #8B13AE

Color information

#8B13AE (or 0x8B13AE) is unknown color: approx Dark Violet. HEX triplet: 8B, 13 and AE. RGB value is (139,19,174). Sum of RGB (Red+Green+Blue) = 139+19+174=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B13AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B13AE is #74EC51. Grayscale: #484848. Windows color (decimal): -7662674 or 11408267. OLE color: 11408267.

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

Color convert

RGB13919174-
CMYK0.200.8900.32
HSL286.45º80.31%37.84%-
HSV(B)286.45º89.08%68.24%-
XYZ18.529.0140.81-
YUV72.55185.26175.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=41.87%
G=5.72%
B=52.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139191740.200.8900.32286.4580.3137.84
Hex8B13AE145902011e5026
Octal213232562413104043612046
Binary10001011100111010111010100101100101000001000111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,19,174); }

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

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

 a { background-color: rgb(139,19,174); }

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

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

 span { border-color: rgb(139,19,174); }

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