Html Css Color HEX #920FAD Dark Magenta

📋 copy color: '#920FAD'

red 146 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #920FAD

Tints of Dark Magenta #920FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 43.71%
G = 4.49%
B = 51.8%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#920FAD (or 0x920FAD) is known color: Dark Magenta. HEX triplet: 92, 0F and AD. RGB value is (146,15,173). Sum of RGB (Red+Green+Blue) = 146+15+173=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #920FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920FAD is #6DF052. Grayscale: #474747. Windows color (decimal): -7204947 or 11341714. OLE color: 11341714.

HSL color Cylindrical-coordinate representation of color #920FAD: hue angle of 289.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920FAD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 15 173 -
CMYK 0.16 0.91 0 0.32
HSL 289.75º 0.84% 0.37% -
HSV(B) 289.75º 0.91% 0.68% -
XYZ 19.57 9.47 40.33 -
YUV 72.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 146 15 173 0.16 0.91 0 0.32 289.75 0.84 0.37
Hex 92 F AD 10 5B 0 20 122 54 25
Octal 222 17 255 20 133 0 40 442 124 45
Binary 10010010 1111 10101101 10000 1011011 0 100000 100100010 1010100 100101

Color Harmonies of #920FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920FAD

Black with #920FAD

Text Example


Text Example

White with #920FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,15,173); }

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

background-color css

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

 a { background-color: rgb(146,15,173); }

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

border-color css

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

 span { border-color: rgb(146,15,173); }

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