#9509B3

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

Shades of Dark Violet #9509B3

Tints of Dark Violet #9509B3

Color information

#9509B3 (or 0x9509B3) is unknown color: approx Dark Violet. HEX triplet: 95, 09 and B3. RGB value is (149,9,179). Sum of RGB (Red+Green+Blue) = 149+9+179=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #9509B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509B3 is #6AF64C. Grayscale: #454545. Windows color (decimal): -7009869 or 11733397. OLE color: 11733397.

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

Color convert

RGB1499179-
CMYK0.170.9500.30
HSL289.41º90.43%36.86%-
HSV(B)289.41º94.97%70.2%-
XYZ20.639.8443.46-
YUV70.24189.38184.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 9 (3.91% from 255) = 2.67%
BLUE value IS 179 (70.31% from 255) = 53.12%
R=44.21%
G=2.67%
B=53.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14991790.170.9500.30289.4190.4336.86
Hex959B3115F01E1215a25
Octal225112632113703644113245
Binary100101011001101100111000110111110111101001000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9509B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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