#9510AF

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

Shades of Dark Violet #9510AF

Tints of Dark Violet #9510AF

Color information

#9510AF (or 0x9510AF) is unknown color: approx Dark Violet. HEX triplet: 95, 10 and AF. RGB value is (149,16,175). Sum of RGB (Red+Green+Blue) = 149+16+175=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #9510AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9510AF is #6AEF50. Grayscale: #494949. Windows color (decimal): -7008081 or 11473045. OLE color: 11473045.

HSL color Cylindrical-coordinate representation of color #9510AF: hue angle of 290.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9510AF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14916175-
CMYK0.150.9100.31
HSL290.19º83.25%37.45%-
HSV(B)290.19º90.86%68.63%-
XYZ20.329.8641.39-
YUV73.89185.06181.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=43.82%
G=4.71%
B=51.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149161750.150.9100.31290.1983.2537.45
Hex9510AFF5B01F1225325
Octal225202571713303744212345
Binary100101011000010101111111110110110111111001000101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9510AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9510AF; }

 p { color: rgb(149,16,175); }

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

<style>
 a { background-color: #9510AF; }

 a { background-color: rgb(149,16,175); }

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

<style>
 span { border-color: #9510AF; }

 span { border-color: rgb(149,16,175); }

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