Html Css Color HEX #920A9D Dark Magenta

📋 copy color: '#920A9D'

red 146 ◦ green 10 ◦ blue 157

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

Shades of Dark Magenta #920A9D

Tints of Dark Magenta #920A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 46.65%
G = 3.19%
B = 50.16%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#920A9D (or 0x920A9D) is known color: Dark Magenta. HEX triplet: 92, 0A and 9D. RGB value is (146,10,157). Sum of RGB (Red+Green+Blue) = 146+10+157=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #920A9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A9D is #6DF562. Grayscale: #424242. Windows color (decimal): -7206243 or 10291858. OLE color: 10291858.

HSL color Cylindrical-coordinate representation of color #920A9D: hue angle of 295.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920A9D is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 10 157 -
CMYK 0.07 0.94 0 0.38
HSL 295.51º 0.88% 0.33% -
HSV(B) 295.51º 0.94% 0.62% -
XYZ 18.05 8.76 32.64 -
YUV 67.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 146 10 157 0.07 0.94 0 0.38 295.51 0.88 0.33
Hex 92 A 9D 7 5E 0 26 128 58 21
Octal 222 12 235 7 136 0 46 450 130 41
Binary 10010010 1010 10011101 111 1011110 0 100110 100101000 1011000 100001

Color Harmonies of #920A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920A9D

Black with #920A9D

Text Example


Text Example

White with #920A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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