Html Css Color HEX #930497 Dark Magenta

📋 copy color: '#930497'

red 147 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #930497

Tints of Dark Magenta #930497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50%

R = 48.68%
G = 1.32%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#930497 (or 0x930497) is known color: Dark Magenta. HEX triplet: 93, 04 and 97. RGB value is (147,4,151). Sum of RGB (Red+Green+Blue) = 147+4+151=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #930497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930497 is #6CFB68. Grayscale: #3F3F3F. Windows color (decimal): -7142249 or 9897107. OLE color: 9897107.

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

Color convert

RGB 147 4 151 -
CMYK 0.03 0.97 0 0.41
HSL 298.37º 0.95% 0.3% -
HSV(B) 298.37º 0.97% 0.59% -
XYZ 17.66 8.52 29.99 -
YUV 63.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 147 4 151 0.03 0.97 0 0.41 298.37 0.95 0.3
Hex 93 4 97 3 61 0 29 12A 5F 1E
Octal 223 4 227 3 141 0 51 452 137 36
Binary 10010011 100 10010111 11 1100001 0 101001 100101010 1011111 11110

Color Harmonies of #930497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930497

Black with #930497

Text Example


Text Example

White with #930497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930497; }

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

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

background-color css

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

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

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

border-color css

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

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

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