#9500B4

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

Shades of Dark Violet #9500B4

Tints of Dark Violet #9500B4

Color information

#9500B4 (or 0x9500B4) is unknown color: approx Dark Violet. HEX triplet: 95, 00 and B4. RGB value is (149,0,180). Sum of RGB (Red+Green+Blue) = 149+0+180=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #9500B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500B4 is #6AFF4B. Grayscale: #404040. Windows color (decimal): -7012172 or 11796629. OLE color: 11796629.

HSL color Cylindrical-coordinate representation of color #9500B4: hue angle of 289.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500B4 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1490180-
CMYK0.17100.29
HSL289.67º100%35.29%-
HSV(B)289.67º100%70.59%-
XYZ20.639.6843.96-
YUV65.07192.86187.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=45.29%
G=0%
B=54.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14901800.17100.29289.6710035.29
Hex950B4116401D1226423
Octal22502642114403544214443
Binary100101010101101001000111001000111011001000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9500B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9500B4; }

 p { color: rgb(149,0,180); }

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

<style>
 a { background-color: #9500B4; }

 a { background-color: rgb(149,0,180); }

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

<style>
 span { border-color: #9500B4; }

 span { border-color: rgb(149,0,180); }

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