Html Css Color HEX #930081 Dark Magenta

📋 copy color: '#930081'

red 147 ◦ green 0 ◦ blue 129

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

Shades of Dark Magenta #930081

Tints of Dark Magenta #930081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 53.26%
G = 0%
B = 46.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#930081 (or 0x930081) is known color: Dark Magenta. HEX triplet: 93, 00 and 81. RGB value is (147,0,129). Sum of RGB (Red+Green+Blue) = 147+0+129=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #930081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930081 is #6CFF7E. Grayscale: #3A3A3A. Windows color (decimal): -7143295 or 8454291. OLE color: 8454291.

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

Color convert

RGB 147 0 129 -
CMYK 0 1 0.12 0.42
HSL 307.35º 1% 0.29% -
HSV(B) 307.35º 1% 0.58% -
XYZ 16 7.79 21.43 -
YUV 58.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 147 0 129 0 1 0.12 0.42 307.35 1 0.29
Hex 93 0 81 0 64 C 2A 133 64 1D
Octal 223 0 201 0 144 14 52 463 144 35
Binary 10010011 0 10000001 0 1100100 1100 101010 100110011 1100100 11101

Color Harmonies of #930081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930081

Black with #930081

Text Example


Text Example

White with #930081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930081; }

 p { color: rgb(147,0,129); }

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

background-color css

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

 a { background-color: rgb(147,0,129); }

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

border-color css

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

 span { border-color: rgb(147,0,129); }

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