Html Css Color HEX #930992 Dark Magenta

📋 copy color: '#930992'

red 147 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #930992

Tints of Dark Magenta #930992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 48.68%
G = 2.98%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#930992 (or 0x930992) is known color: Dark Magenta. HEX triplet: 93, 09 and 92. RGB value is (147,9,146). Sum of RGB (Red+Green+Blue) = 147+9+146=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #930992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930992 is #6CF66D. Grayscale: #414141. Windows color (decimal): -7140974 or 9570707. OLE color: 9570707.

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

Color convert

RGB 147 9 146 -
CMYK 0 0.94 0.01 0.42
HSL 300.43º 0.88% 0.31% -
HSV(B) 300.43º 0.94% 0.58% -
XYZ 17.32 8.47 27.92 -
YUV 65.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 147 9 146 0 0.94 0.01 0.42 300.43 0.88 0.31
Hex 93 9 92 0 5E 1 2A 12C 58 1F
Octal 223 11 222 0 136 1 52 454 130 37
Binary 10010011 1001 10010010 0 1011110 1 101010 100101100 1011000 11111

Color Harmonies of #930992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930992

Black with #930992

Text Example


Text Example

White with #930992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930992; }

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

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

background-color css

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

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

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

border-color css

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

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

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