#8B15AF

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

Shades of Dark Violet #8B15AF

Tints of Dark Violet #8B15AF

Color information

#8B15AF (or 0x8B15AF) is unknown color: approx Dark Violet. HEX triplet: 8B, 15 and AF. RGB value is (139,21,175). Sum of RGB (Red+Green+Blue) = 139+21+175=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B15AF is #74EA50. Grayscale: #494949. Windows color (decimal): -7662161 or 11474315. OLE color: 11474315.

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

Color convert

RGB13921175-
CMYK0.210.8800.31
HSL285.97º78.57%38.43%-
HSV(B)285.97º88%68.63%-
XYZ18.659.1241.33-
YUV73.84185.09174.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=41.49%
G=6.27%
B=52.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139211750.210.8800.31285.9778.5738.43
Hex8B15AF155801F11e4f26
Octal213252572513003743611746
Binary1000101110101101011111010110110000111111000111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B15AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,175); }

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

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

 a { background-color: rgb(139,21,175); }

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

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

 span { border-color: rgb(139,21,175); }

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