#8B15B1

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

Shades of Dark Violet #8B15B1

Tints of Dark Violet #8B15B1

Color information

#8B15B1 (or 0x8B15B1) is unknown color: approx Dark Violet. HEX triplet: 8B, 15 and B1. RGB value is (139,21,177). Sum of RGB (Red+Green+Blue) = 139+21+177=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B15B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B15B1 is #74EA4E. Grayscale: #494949. Windows color (decimal): -7662159 or 11605387. OLE color: 11605387.

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

Color convert

RGB13921177-
CMYK0.210.8800.31
HSL285.38º78.79%38.82%-
HSV(B)285.38º88.14%69.41%-
XYZ18.859.242.38-
YUV74.07186.09174.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 177 (69.53% from 255) = 52.52%
R=41.25%
G=6.23%
B=52.52%

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
Decimal139211770.210.8800.31285.3878.7938.82
Hex8B15B1155801F11d4f27
Octal213252612513003743511747
Binary1000101110101101100011010110110000111111000111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B15B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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