Html Css Color HEX #93019C Dark Magenta

📋 copy color: '#93019C'

red 147 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #93019C

Tints of Dark Magenta #93019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 48.36%
G = 0.33%
B = 51.32%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93019C (or 0x93019C) is known color: Dark Magenta. HEX triplet: 93, 01 and 9C. RGB value is (147,1,156). Sum of RGB (Red+Green+Blue) = 147+1+156=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #93019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93019C is #6CFE63. Grayscale: #3D3D3D. Windows color (decimal): -7143012 or 10224019. OLE color: 10224019.

HSL color Cylindrical-coordinate representation of color #93019C: hue angle of 296.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93019C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 1 156 -
CMYK 0.06 0.99 0 0.39
HSL 296.52º 0.99% 0.31% -
HSV(B) 296.52º 0.99% 0.61% -
XYZ 18.04 8.63 32.17 -
YUV 62.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 147 1 156 0.06 0.99 0 0.39 296.52 0.99 0.31
Hex 93 1 9C 6 63 0 27 129 63 1F
Octal 223 1 234 6 143 0 47 451 143 37
Binary 10010011 1 10011100 110 1100011 0 100111 100101001 1100011 11111

Color Harmonies of #93019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93019C

Black with #93019C

Text Example


Text Example

White with #93019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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