Html Css Color HEX #920D8A Dark Magenta

📋 copy color: '#920D8A'

red 146 ◦ green 13 ◦ blue 138

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

Shades of Dark Magenta #920D8A

Tints of Dark Magenta #920D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 49.16%
G = 4.38%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#920D8A (or 0x920D8A) is known color: Dark Magenta. HEX triplet: 92, 0D and 8A. RGB value is (146,13,138). Sum of RGB (Red+Green+Blue) = 146+13+138=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #920D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D8A is #6DF275. Grayscale: #424242. Windows color (decimal): -7205494 or 9047442. OLE color: 9047442.

HSL color Cylindrical-coordinate representation of color #920D8A: hue angle of 303.61º 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 #920D8A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 138 -
CMYK 0 0.91 0.05 0.43
HSL 303.61º 0.84% 0.31% -
HSV(B) 303.61º 0.91% 0.57% -
XYZ 16.59 8.23 24.76 -
YUV 67.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 146 13 138 0 0.91 0.05 0.43 303.61 0.84 0.31
Hex 92 D 8A 0 5B 5 2B 130 54 1F
Octal 222 15 212 0 133 5 53 460 124 37
Binary 10010010 1101 10001010 0 1011011 101 101011 100110000 1010100 11111

Color Harmonies of #920D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D8A

Black with #920D8A

Text Example


Text Example

White with #920D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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