Html Css Color HEX #930DAC Dark Magenta

📋 copy color: '#930DAC'

red 147 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #930DAC

Tints of Dark Magenta #930DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

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

R = 44.28%
G = 3.92%
B = 51.81%

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

#930DAC (or 0x930DAC) is known color: Dark Magenta. HEX triplet: 93, 0D and AC. RGB value is (147,13,172). Sum of RGB (Red+Green+Blue) = 147+13+172=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #930DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930DAC is #6CF253. Grayscale: #464646. Windows color (decimal): -7139924 or 11275667. OLE color: 11275667.

HSL color Cylindrical-coordinate representation of color #930DAC: hue angle of 290.57º degrees, saturation: 0.86, 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 #930DAC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 13 172 -
CMYK 0.15 0.92 0 0.33
HSL 290.57º 0.86% 0.36% -
HSV(B) 290.57º 0.92% 0.67% -
XYZ 19.62 9.47 39.82 -
YUV 71.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 147 13 172 0.15 0.92 0 0.33 290.57 0.86 0.36
Hex 93 D AC F 5C 0 21 123 56 24
Octal 223 15 254 17 134 0 41 443 126 44
Binary 10010011 1101 10101100 1111 1011100 0 100001 100100011 1010110 100100

Color Harmonies of #930DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930DAC

Black with #930DAC

Text Example


Text Example

White with #930DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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