Html Css Color HEX #930393 Dark Magenta

📋 copy color: '#930393'

red 147 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #930393

Tints of Dark Magenta #930393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 49.49%
G = 1.01%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#930393 (or 0x930393) is known color: Dark Magenta. HEX triplet: 93, 03 and 93. RGB value is (147,3,147). Sum of RGB (Red+Green+Blue) = 147+3+147=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #930393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930393 is #6CFC6C. Grayscale: #3E3E3E. Windows color (decimal): -7142509 or 9634707. OLE color: 9634707.

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

Color convert

RGB 147 3 147 -
CMYK 0 0.98 0 0.42
HSL 300º 0.96% 0.29% -
HSV(B) 300º 0.98% 0.58% -
XYZ 17.33 8.37 28.31 -
YUV 62.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 147 3 147 0 0.98 0 0.42 300 0.96 0.29
Hex 93 3 93 0 62 0 2A 12C 60 1D
Octal 223 3 223 0 142 0 52 454 140 35
Binary 10010011 11 10010011 0 1100010 0 101010 100101100 1100000 11101

Color Harmonies of #930393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930393

Black with #930393

Text Example


Text Example

White with #930393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930393; }

 p { color: rgb(147,3,147); }

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

background-color css

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

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

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

border-color css

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

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

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