Html Css Color HEX #930CAC Dark Magenta

📋 copy color: '#930CAC'

red 147 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #930CAC

Tints of Dark Magenta #930CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 44.41%
G = 3.63%
B = 51.96%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#930CAC (or 0x930CAC) is known color: Dark Magenta. HEX triplet: 93, 0C and AC. RGB value is (147,12,172). Sum of RGB (Red+Green+Blue) = 147+12+172=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #930CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930CAC is #6CF353. Grayscale: #464646. Windows color (decimal): -7140180 or 11275411. OLE color: 11275411.

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

Color convert

RGB 147 12 172 -
CMYK 0.15 0.93 0 0.33
HSL 290.63º 0.87% 0.36% -
HSV(B) 290.63º 0.93% 0.67% -
XYZ 19.61 9.44 39.82 -
YUV 70.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 147 12 172 0.15 0.93 0 0.33 290.63 0.87 0.36
Hex 93 C AC F 5D 0 21 123 57 24
Octal 223 14 254 17 135 0 41 443 127 44
Binary 10010011 1100 10101100 1111 1011101 0 100001 100100011 1010111 100100

Color Harmonies of #930CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930CAC

Black with #930CAC

Text Example


Text Example

White with #930CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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