Html Css Color HEX #920E8B Dark Magenta

📋 copy color: '#920E8B'

red 146 ◦ green 14 ◦ blue 139

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

Shades of Dark Magenta #920E8B

Tints of Dark Magenta #920E8B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 48.83%
G = 4.68%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#920E8B (or 0x920E8B) is known color: Dark Magenta. HEX triplet: 92, 0E and 8B. RGB value is (146,14,139). Sum of RGB (Red+Green+Blue) = 146+14+139=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #920E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E8B is #6DF174. Grayscale: #434343. Windows color (decimal): -7205237 or 9113234. OLE color: 9113234.

HSL color Cylindrical-coordinate representation of color #920E8B: hue angle of 303.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E8B is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 14 139 -
CMYK 0 0.90 0.05 0.43
HSL 303.18º 0.83% 0.31% -
HSV(B) 303.18º 0.9% 0.57% -
XYZ 16.67 8.29 25.15 -
YUV 67.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 146 14 139 0 0.90 0.05 0.43 303.18 0.83 0.31
Hex 92 E 8B 0 5A 5 2B 12F 52 1F
Octal 222 16 213 0 132 5 53 457 122 37
Binary 10010010 1110 10001011 0 1011010 101 101011 100101111 1010010 11111

Color Harmonies of #920E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920E8B

Black with #920E8B

Text Example


Text Example

White with #920E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,14,139); }

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

background-color css

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

 a { background-color: rgb(146,14,139); }

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

border-color css

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

 span { border-color: rgb(146,14,139); }

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