#920EE2

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

Shades of Dark Violet #920EE2

Tints of Dark Violet #920EE2

Color information

#920EE2 (or 0x920EE2) is unknown color: approx Dark Violet. HEX triplet: 92, 0E and E2. RGB value is (146,14,226). Sum of RGB (Red+Green+Blue) = 146+14+226=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #920EE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EE2 is #6DF11D. Grayscale: #4C4C4C. Windows color (decimal): -7205150 or 14814866. OLE color: 14814866.

HSL color Cylindrical-coordinate representation of color #920EE2: hue angle of 277.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EE2 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14614226-
CMYK0.350.9400.11
HSL277.36º88.33%47.06%-
HSV(B)277.36º93.81%88.63%-
XYZ25.7411.9272.89-
YUV77.64211.73176.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 14 (5.86% from 255) = 3.63%
BLUE value IS 226 (88.67% from 255) = 58.55%
R=37.82%
G=3.63%
B=58.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal146142260.350.9400.11277.3688.3347.06
Hex92EE2235E0B115582f
Octal222163424313601342513057
Binary100100101110111000101000111011110010111000101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920EE2; }

 p { color: rgb(146,14,226); }

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

<style>
 a { background-color: #920EE2; }

 a { background-color: rgb(146,14,226); }

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

<style>
 span { border-color: #920EE2; }

 span { border-color: rgb(146,14,226); }

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