#8511C1

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

Shades of Dark Violet #8511C1

Tints of Dark Violet #8511C1

Color information

#8511C1 (or 0x8511C1) is unknown color: approx Dark Violet. HEX triplet: 85, 11 and C1. RGB value is (133,17,193). Sum of RGB (Red+Green+Blue) = 133+17+193=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #8511C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511C1 is #7AEE3E. Grayscale: #474747. Windows color (decimal): -8056383 or 12652933. OLE color: 12652933.

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

Color convert

RGB13317193-
CMYK0.310.9100.24
HSL279.55º83.81%41.18%-
HSV(B)279.55º91.19%75.69%-
XYZ19.59.2451.21-
YUV71.75196.43171.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=38.78%
G=4.96%
B=56.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133171930.310.9100.24279.5583.8141.18
Hex8511C11F5B0181185429
Octal205213013713303043012451
Binary1000010110001110000011111110110110110001000110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8511C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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