Html Css Color HEX #930180 Dark Magenta

📋 copy color: '#930180'

red 147 ◦ green 1 ◦ blue 128

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

Shades of Dark Magenta #930180

Tints of Dark Magenta #930180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 53.26%
G = 0.36%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#930180 (or 0x930180) is known color: Dark Magenta. HEX triplet: 93, 01 and 80. RGB value is (147,1,128). Sum of RGB (Red+Green+Blue) = 147+1+128=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #930180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930180 is #6CFE7F. Grayscale: #3A3A3A. Windows color (decimal): -7143040 or 8389011. OLE color: 8389011.

HSL color Cylindrical-coordinate representation of color #930180: hue angle of 307.81º degrees, saturation: 0.99, 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 #930180 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 128 -
CMYK 0 0.99 0.13 0.42
HSL 307.81º 0.99% 0.29% -
HSV(B) 307.81º 0.99% 0.58% -
XYZ 15.94 7.78 21.08 -
YUV 59.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 147 1 128 0 0.99 0.13 0.42 307.81 0.99 0.29
Hex 93 1 80 0 63 D 2A 134 63 1D
Octal 223 1 200 0 143 15 52 464 143 35
Binary 10010011 1 10000000 0 1100011 1101 101010 100110100 1100011 11101

Color Harmonies of #930180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930180

Black with #930180

Text Example


Text Example

White with #930180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930180; }

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

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

background-color css

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

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

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

border-color css

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

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

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