Html Css Color HEX #930EAC Dark Magenta

📋 copy color: '#930EAC'

red 147 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #930EAC

Tints of Dark Magenta #930EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 44.14%
G = 4.2%
B = 51.65%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#930EAC (or 0x930EAC) is known color: Dark Magenta. HEX triplet: 93, 0E and AC. RGB value is (147,14,172). Sum of RGB (Red+Green+Blue) = 147+14+172=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #930EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930EAC is #6CF153. Grayscale: #474747. Windows color (decimal): -7139668 or 11275923. OLE color: 11275923.

HSL color Cylindrical-coordinate representation of color #930EAC: hue angle of 290.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930EAC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 14 172 -
CMYK 0.15 0.92 0 0.33
HSL 290.51º 0.85% 0.36% -
HSV(B) 290.51º 0.92% 0.67% -
XYZ 19.64 9.5 39.83 -
YUV 71.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 147 14 172 0.15 0.92 0 0.33 290.51 0.85 0.36
Hex 93 E AC F 5C 0 21 123 55 24
Octal 223 16 254 17 134 0 41 443 125 44
Binary 10010011 1110 10101100 1111 1011100 0 100001 100100011 1010101 100100

Color Harmonies of #930EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930EAC

Black with #930EAC

Text Example


Text Example

White with #930EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930EAC; }

 p { color: rgb(147,14,172); }

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

background-color css

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

 a { background-color: rgb(147,14,172); }

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

border-color css

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

 span { border-color: rgb(147,14,172); }

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