Html Css Color HEX #930199 Dark Magenta

📋 copy color: '#930199'

red 147 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #930199

Tints of Dark Magenta #930199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 48.84%
G = 0.33%
B = 50.83%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#930199 (or 0x930199) is known color: Dark Magenta. HEX triplet: 93, 01 and 99. RGB value is (147,1,153). Sum of RGB (Red+Green+Blue) = 147+1+153=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #930199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930199 is #6CFE66. Grayscale: #3D3D3D. Windows color (decimal): -7143015 or 10027411. OLE color: 10027411.

HSL color Cylindrical-coordinate representation of color #930199: hue angle of 297.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930199 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 1 153 -
CMYK 0.04 0.99 0 0.4
HSL 297.63º 0.99% 0.3% -
HSV(B) 297.63º 0.99% 0.6% -
XYZ 17.79 8.52 30.84 -
YUV 61.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 147 1 153 0.04 0.99 0 0.4 297.63 0.99 0.3
Hex 93 1 99 4 63 0 28 12A 63 1E
Octal 223 1 231 4 143 0 50 452 143 36
Binary 10010011 1 10011001 100 1100011 0 101000 100101010 1100011 11110

Color Harmonies of #930199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930199

Black with #930199

Text Example


Text Example

White with #930199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930199; }

 p { color: rgb(147,1,153); }

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

background-color css

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

 a { background-color: rgb(147,1,153); }

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

border-color css

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

 span { border-color: rgb(147,1,153); }

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