Html Css Color HEX #930292 Dark Magenta

📋 copy color: '#930292'

red 147 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #930292

Tints of Dark Magenta #930292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 49.83%
G = 0.68%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#930292 (or 0x930292) is known color: Dark Magenta. HEX triplet: 93, 02 and 92. RGB value is (147,2,146). Sum of RGB (Red+Green+Blue) = 147+2+146=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #930292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930292 is #6CFD6D. Grayscale: #3D3D3D. Windows color (decimal): -7142766 or 9568915. OLE color: 9568915.

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

Color convert

RGB 147 2 146 -
CMYK 0 0.99 0.01 0.42
HSL 300.41º 0.97% 0.29% -
HSV(B) 300.41º 0.99% 0.58% -
XYZ 17.24 8.32 27.89 -
YUV 61.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 147 2 146 0 0.99 0.01 0.42 300.41 0.97 0.29
Hex 93 2 92 0 63 1 2A 12C 61 1D
Octal 223 2 222 0 143 1 52 454 141 35
Binary 10010011 10 10010010 0 1100011 1 101010 100101100 1100001 11101

Color Harmonies of #930292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930292

Black with #930292

Text Example


Text Example

White with #930292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930292; }

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

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

background-color css

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

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

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

border-color css

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

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

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