#8508B1

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

Shades of Dark Violet #8508B1

Tints of Dark Violet #8508B1

Color information

#8508B1 (or 0x8508B1) is unknown color: approx Dark Violet. HEX triplet: 85, 08 and B1. RGB value is (133,8,177). Sum of RGB (Red+Green+Blue) = 133+8+177=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #8508B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8508B1 is #7AF74E. Grayscale: #404040. Windows color (decimal): -8058703 or 11602053. OLE color: 11602053.

HSL color Cylindrical-coordinate representation of color #8508B1: hue angle of 284.38º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8508B1 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1338177-
CMYK0.250.9500.31
HSL284.38º91.35%36.27%-
HSV(B)284.38º95.48%69.41%-
XYZ17.78.3342.27-
YUV64.64191.41176.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=41.82%
G=2.52%
B=55.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13381770.250.9500.31284.3891.3536.27
Hex858B1195F01F11c5b24
Octal205102613113703743413344
Binary100001011000101100011100110111110111111000111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8508B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8508B1; }

 p { color: rgb(133,8,177); }

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

<style>
 a { background-color: #8508B1; }

 a { background-color: rgb(133,8,177); }

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

<style>
 span { border-color: #8508B1; }

 span { border-color: rgb(133,8,177); }

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