#9508D9

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

Shades of Dark Violet #9508D9

Tints of Dark Violet #9508D9

Color information

#9508D9 (or 0x9508D9) is unknown color: approx Dark Violet. HEX triplet: 95, 08 and D9. RGB value is (149,8,217). Sum of RGB (Red+Green+Blue) = 149+8+217=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #9508D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508D9 is #6AF726. Grayscale: #494949. Windows color (decimal): -7010087 or 14223509. OLE color: 14223509.

HSL color Cylindrical-coordinate representation of color #9508D9: hue angle of 280.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9508D9 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1498217-
CMYK0.310.9600.15
HSL280.48º92.89%44.12%-
HSV(B)280.48º96.31%85.1%-
XYZ25.0111.5766.56-
YUV73.98208.71181.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 8 (3.52% from 255) = 2.14%
BLUE value IS 217 (85.16% from 255) = 58.02%
R=39.84%
G=2.14%
B=58.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14982170.310.9600.15280.4892.8944.12
Hex958D91F600F1185d2c
Octal225103313714001743013554
Binary10010101100011011001111111100000011111000110001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9508D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9508D9; }

 p { color: rgb(149,8,217); }

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

<style>
 a { background-color: #9508D9; }

 a { background-color: rgb(149,8,217); }

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

<style>
 span { border-color: #9508D9; }

 span { border-color: rgb(149,8,217); }

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