#8511BE

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

Shades of Dark Violet #8511BE

Tints of Dark Violet #8511BE

Color information

#8511BE (or 0x8511BE) is unknown color: approx Dark Violet. HEX triplet: 85, 11 and BE. RGB value is (133,17,190). Sum of RGB (Red+Green+Blue) = 133+17+190=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #8511BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511BE is #7AEE41. Grayscale: #464646. Windows color (decimal): -8056386 or 12456325. OLE color: 12456325.

HSL color Cylindrical-coordinate representation of color #8511BE: hue angle of 280.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8511BE is Cyan = 0.3, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13317190-
CMYK0.30.9100.25
HSL280.23º83.57%40.59%-
HSV(B)280.23º91.05%74.51%-
XYZ19.179.1149.46-
YUV71.41194.93171.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 190 (74.61% from 255) = 55.88%
R=39.12%
G=5%
B=55.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133171900.30.9100.25280.2383.5740.59
Hex8511BE1E5B0191185429
Octal205212763613303143012451
Binary1000010110001101111101111010110110110011000110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8511BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8511BE; }

 p { color: rgb(133,17,190); }

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

<style>
 a { background-color: #8511BE; }

 a { background-color: rgb(133,17,190); }

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

<style>
 span { border-color: #8511BE; }

 span { border-color: rgb(133,17,190); }

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