#9509B4

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

Shades of Dark Violet #9509B4

Tints of Dark Violet #9509B4

Color information

#9509B4 (or 0x9509B4) is unknown color: approx Dark Violet. HEX triplet: 95, 09 and B4. RGB value is (149,9,180). Sum of RGB (Red+Green+Blue) = 149+9+180=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #9509B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509B4 is #6AF64B. Grayscale: #454545. Windows color (decimal): -7009868 or 11798933. OLE color: 11798933.

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

Color convert

RGB1499180-
CMYK0.170.9500.29
HSL289.12º90.48%37.06%-
HSV(B)289.12º95%70.59%-
XYZ20.739.8843.99-
YUV70.35189.88184.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 9 (3.91% from 255) = 2.66%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=44.08%
G=2.66%
B=53.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14991800.170.9500.29289.1290.4837.06
Hex959B4115F01D1215a25
Octal225112642113703544113245
Binary100101011001101101001000110111110111011001000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9509B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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