Html Css Color HEX #920FAA Dark Magenta

📋 copy color: '#920FAA'

red 146 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #920FAA

Tints of Dark Magenta #920FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 44.11%
G = 4.53%
B = 51.36%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#920FAA (or 0x920FAA) is known color: Dark Magenta. HEX triplet: 92, 0F and AA. RGB value is (146,15,170). Sum of RGB (Red+Green+Blue) = 146+15+170=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #920FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920FAA is #6DF055. Grayscale: #474747. Windows color (decimal): -7204950 or 11145106. OLE color: 11145106.

HSL color Cylindrical-coordinate representation of color #920FAA: hue angle of 290.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920FAA is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 15 170 -
CMYK 0.14 0.91 0 0.33
HSL 290.71º 0.84% 0.36% -
HSV(B) 290.71º 0.91% 0.67% -
XYZ 19.28 9.35 38.82 -
YUV 71.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 146 15 170 0.14 0.91 0 0.33 290.71 0.84 0.36
Hex 92 F AA E 5B 0 21 123 54 24
Octal 222 17 252 16 133 0 41 443 124 44
Binary 10010010 1111 10101010 1110 1011011 0 100001 100100011 1010100 100100

Color Harmonies of #920FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920FAA

Black with #920FAA

Text Example


Text Example

White with #920FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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