#9202ED

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

Shades of Dark Violet #9202ED

Tints of Dark Violet #9202ED

Color information

#9202ED (or 0x9202ED) is unknown color: approx Dark Violet. HEX triplet: 92, 02 and ED. RGB value is (146,2,237). Sum of RGB (Red+Green+Blue) = 146+2+237=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #9202ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202ED is #6DFD12. Grayscale: #474747. Windows color (decimal): -7208211 or 15532690. OLE color: 15532690.

HSL color Cylindrical-coordinate representation of color #9202ED: hue angle of 276.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202ED is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1462237-
CMYK0.380.9900.07
HSL276.77º98.33%46.86%-
HSV(B)276.77º99.16%92.94%-
XYZ27.1612.2781.06-
YUV71.85221.21180.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 237 (92.97% from 255) = 61.56%
R=37.92%
G=0.52%
B=61.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14622370.380.9900.07276.7798.3346.86
Hex922ED266307115622f
Octal2222355461430742514257
Binary100100101011101101100110110001101111000101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9202ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,2,237); }

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

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

 a { background-color: rgb(146,2,237); }

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

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

 span { border-color: rgb(146,2,237); }

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