Html Css Color HEX #920EDD Dark Violet

📋 copy color: '#920EDD'

red 146 ◦ green 14 ◦ blue 221

#920EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #920EDD

Tints of Dark Violet #920EDD

RGB

 RED value IS 146 (57.42% from 255) = 38.32%

 GREEN value IS 14 (5.86% from 255) = 3.67%

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 38.32%
G = 3.67%
B = 58.01%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#920EDD (or 0x920EDD) is known color: Dark Violet. HEX triplet: 92, 0E and DD. RGB value is (146,14,221). Sum of RGB (Red+Green+Blue) = 146+14+221=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #920EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EDD is #6DF122. Grayscale: #4C4C4C. Windows color (decimal): -7205155 or 14487186. OLE color: 14487186.

HSL color Cylindrical-coordinate representation of color #920EDD: hue angle of 278.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EDD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 14 221 -
CMYK 0.34 0.94 0 0.13
HSL 278.26º 0.88% 0.46% -
HSV(B) 278.26º 0.94% 0.87% -
XYZ 25.06 11.65 69.33 -
YUV 77.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 146 14 221 0.34 0.94 0 0.13 278.26 0.88 0.46
Hex 92 E DD 22 5E 0 D 116 58 2E
Octal 222 16 335 42 136 0 15 426 130 56
Binary 10010010 1110 11011101 100010 1011110 0 1101 100010110 1011000 101110

Color Harmonies of #920EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920EDD

Black with #920EDD

Text Example


Text Example

White with #920EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #920EDD;
 }
 .AnyTagClassName
 {
   color: #920EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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