Html Css Color HEX #920AAB Dark Magenta

📋 copy color: '#920AAB'

red 146 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #920AAB

Tints of Dark Magenta #920AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.06%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 44.65%
G = 3.06%
B = 52.29%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#920AAB (or 0x920AAB) is known color: Dark Magenta. HEX triplet: 92, 0A and AB. RGB value is (146,10,171). Sum of RGB (Red+Green+Blue) = 146+10+171=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #920AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920AAB is #6DF554. Grayscale: #444444. Windows color (decimal): -7206229 or 11209362. OLE color: 11209362.

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

Color convert

RGB 146 10 171 -
CMYK 0.15 0.94 0 0.33
HSL 290.68º 0.89% 0.35% -
HSV(B) 290.68º 0.94% 0.67% -
XYZ 19.31 9.27 39.3 -
YUV 69.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 146 10 171 0.15 0.94 0 0.33 290.68 0.89 0.35
Hex 92 A AB F 5E 0 21 123 59 23
Octal 222 12 253 17 136 0 41 443 131 43
Binary 10010010 1010 10101011 1111 1011110 0 100001 100100011 1011001 100011

Color Harmonies of #920AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920AAB

Black with #920AAB

Text Example


Text Example

White with #920AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,10,171); }

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

background-color css

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

 a { background-color: rgb(146,10,171); }

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

border-color css

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

 span { border-color: rgb(146,10,171); }

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