Html Css Color HEX #930492 Dark Magenta

📋 copy color: '#930492'

red 147 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #930492

Tints of Dark Magenta #930492

RGB

 RED value IS 147 (57.81% from 255) = 49.49%

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 49.49%
G = 1.35%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#930492 (or 0x930492) is known color: Dark Magenta. HEX triplet: 93, 04 and 92. RGB value is (147,4,146). Sum of RGB (Red+Green+Blue) = 147+4+146=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930492 is #6CFB6D. Grayscale: #3E3E3E. Windows color (decimal): -7142254 or 9569427. OLE color: 9569427.

HSL color Cylindrical-coordinate representation of color #930492: hue angle of 300.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930492 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 146 -
CMYK 0 0.97 0.01 0.42
HSL 300.42º 0.95% 0.3% -
HSV(B) 300.42º 0.97% 0.58% -
XYZ 17.26 8.37 27.9 -
YUV 62.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 147 4 146 0 0.97 0.01 0.42 300.42 0.95 0.3
Hex 93 4 92 0 61 1 2A 12C 5F 1E
Octal 223 4 222 0 141 1 52 454 137 36
Binary 10010011 100 10010010 0 1100001 1 101010 100101100 1011111 11110

Color Harmonies of #930492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930492

Black with #930492

Text Example


Text Example

White with #930492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930492; }

 p { color: rgb(147,4,146); }

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

background-color css

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

 a { background-color: rgb(147,4,146); }

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

border-color css

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

 span { border-color: rgb(147,4,146); }

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