#9504CB

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

Shades of Dark Violet #9504CB

Tints of Dark Violet #9504CB

Color information

#9504CB (or 0x9504CB) is unknown color: approx Dark Violet. HEX triplet: 95, 04 and CB. RGB value is (149,4,203). Sum of RGB (Red+Green+Blue) = 149+4+203=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #9504CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504CB is #6AFB34. Grayscale: #454545. Windows color (decimal): -7011125 or 13304981. OLE color: 13304981.

HSL color Cylindrical-coordinate representation of color #9504CB: hue angle of 283.72º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504CB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1494203-
CMYK0.270.9800.20
HSL283.72º96.14%40.59%-
HSV(B)283.72º98.03%79.61%-
XYZ23.2210.7957.36-
YUV70.04203.04184.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 4 (1.95% from 255) = 1.12%
BLUE value IS 203 (79.69% from 255) = 57.02%
R=41.85%
G=1.12%
B=57.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14942030.270.9800.20283.7296.1440.59
Hex954CB1B6201411c6029
Octal22543133314202443414051
Binary10010101100110010111101111000100101001000111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9504CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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