#9502DE

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

Shades of Dark Violet #9502DE

Tints of Dark Violet #9502DE

Color information

#9502DE (or 0x9502DE) is unknown color: approx Dark Violet. HEX triplet: 95, 02 and DE. RGB value is (149,2,222). Sum of RGB (Red+Green+Blue) = 149+2+222=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #9502DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502DE is #6AFD21. Grayscale: #464646. Windows color (decimal): -7011618 or 14549653. OLE color: 14549653.

HSL color Cylindrical-coordinate representation of color #9502DE: hue angle of 280.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502DE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1492222-
CMYK0.330.9900.13
HSL280.09º98.21%43.92%-
HSV(B)280.09º99.1%87.06%-
XYZ25.611.7170.02-
YUV71.03213.2183.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=39.95%
G=0.54%
B=59.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14922220.330.9900.13280.0998.2143.92
Hex952DE21630D118622c
Octal22523364114301543014254
Binary1001010110110111101000011100011011011000110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9502DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9502DE; }

 p { color: rgb(149,2,222); }

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

<style>
 a { background-color: #9502DE; }

 a { background-color: rgb(149,2,222); }

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

<style>
 span { border-color: #9502DE; }

 span { border-color: rgb(149,2,222); }

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