Html Css Color HEX #920D90 Dark Magenta

📋 copy color: '#920D90'

red 146 ◦ green 13 ◦ blue 144

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

Shades of Dark Magenta #920D90

Tints of Dark Magenta #920D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 48.18%
G = 4.29%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#920D90 (or 0x920D90) is known color: Dark Magenta. HEX triplet: 92, 0D and 90. RGB value is (146,13,144). Sum of RGB (Red+Green+Blue) = 146+13+144=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #920D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D90 is #6DF26F. Grayscale: #434343. Windows color (decimal): -7205488 or 9440658. OLE color: 9440658.

HSL color Cylindrical-coordinate representation of color #920D90: hue angle of 300.9º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D90 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 144 -
CMYK 0 0.91 0.01 0.43
HSL 300.9º 0.84% 0.31% -
HSV(B) 300.9º 0.91% 0.57% -
XYZ 17.03 8.41 27.11 -
YUV 67.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 146 13 144 0 0.91 0.01 0.43 300.9 0.84 0.31
Hex 92 D 90 0 5B 1 2B 12D 54 1F
Octal 222 15 220 0 133 1 53 455 124 37
Binary 10010010 1101 10010000 0 1011011 1 101011 100101101 1010100 11111

Color Harmonies of #920D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D90

Black with #920D90

Text Example


Text Example

White with #920D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,13,144); }

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

background-color css

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

 a { background-color: rgb(146,13,144); }

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

border-color css

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

 span { border-color: rgb(146,13,144); }

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