#9202EF

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

Shades of Dark Violet #9202EF

Tints of Dark Violet #9202EF

Color information

#9202EF (or 0x9202EF) is unknown color: approx Dark Violet. HEX triplet: 92, 02 and EF. RGB value is (146,2,239). Sum of RGB (Red+Green+Blue) = 146+2+239=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #9202EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202EF is #6DFD10. Grayscale: #474747. Windows color (decimal): -7208209 or 15663762. OLE color: 15663762.

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

Color convert

RGB1462239-
CMYK0.390.9900.06
HSL276.46º98.34%47.25%-
HSV(B)276.46º99.16%93.73%-
XYZ27.4612.3982.61-
YUV72.07222.21180.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 239 (93.75% from 255) = 61.76%
R=37.73%
G=0.52%
B=61.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14622390.390.9900.06276.4698.3447.25
Hex922EF276306114622f
Octal2222357471430642414257
Binary100100101011101111100111110001101101000101001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9202EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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