#9511BD

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

Shades of Dark Violet #9511BD

Tints of Dark Violet #9511BD

Color information

#9511BD (or 0x9511BD) is unknown color: approx Dark Violet. HEX triplet: 95, 11 and BD. RGB value is (149,17,189). Sum of RGB (Red+Green+Blue) = 149+17+189=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #9511BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9511BD is #6AEE42. Grayscale: #4B4B4B. Windows color (decimal): -7007811 or 12390805. OLE color: 12390805.

HSL color Cylindrical-coordinate representation of color #9511BD: hue angle of 286.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9511BD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14917189-
CMYK0.210.9100.26
HSL286.05º83.5%40.39%-
HSV(B)286.05º91.01%74.12%-
XYZ21.7810.4649.02-
YUV76.08191.73180.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=41.97%
G=4.79%
B=53.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149171890.210.9100.26286.0583.540.39
Hex9511BD155B01A11e5328
Octal225212752513303243612350
Binary1001010110001101111011010110110110110101000111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9511BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9511BD; }

 p { color: rgb(149,17,189); }

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

<style>
 a { background-color: #9511BD; }

 a { background-color: rgb(149,17,189); }

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

<style>
 span { border-color: #9511BD; }

 span { border-color: rgb(149,17,189); }

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