#9500ED

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

Shades of Dark Violet #9500ED

Tints of Dark Violet #9500ED

Color information

#9500ED (or 0x9500ED) is unknown color: approx Dark Violet. HEX triplet: 95, 00 and ED. RGB value is (149,0,237). Sum of RGB (Red+Green+Blue) = 149+0+237=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #9500ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500ED is #6AFF12. Grayscale: #464646. Windows color (decimal): -7012115 or 15532181. OLE color: 15532181.

HSL color Cylindrical-coordinate representation of color #9500ED: hue angle of 277.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500ED is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1490237-
CMYK0.37100.07
HSL277.72º100%46.47%-
HSV(B)277.72º100%92.94%-
XYZ27.6812.581.08-
YUV71.57221.36183.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 61.40%
R=38.60%
G=0%
B=61.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14902370.37100.07277.7210046.47
Hex950ED256407116642e
Octal2250355451440742614456
Binary10010101011101101100101110010001111000101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9500ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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