#9504BD

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

Shades of Dark Violet #9504BD

Tints of Dark Violet #9504BD

Color information

#9504BD (or 0x9504BD) is unknown color: approx Dark Violet. HEX triplet: 95, 04 and BD. RGB value is (149,4,189). Sum of RGB (Red+Green+Blue) = 149+4+189=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #9504BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504BD is #6AFB42. Grayscale: #434343. Windows color (decimal): -7011139 or 12387477. OLE color: 12387477.

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

Color convert

RGB1494189-
CMYK0.210.9800.26
HSL287.03º95.85%37.84%-
HSV(B)287.03º97.88%74.12%-
XYZ21.6210.1548.96-
YUV68.44196.04185.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=43.57%
G=1.17%
B=55.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14941890.210.9800.26287.0395.8537.84
Hex954BD156201A11f6026
Octal22542752514203243714046
Binary10010101100101111011010111000100110101000111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9504BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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