Html Css Color HEX #930093 Dark Magenta

📋 copy color: '#930093'

red 147 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #930093

Tints of Dark Magenta #930093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#930093 (or 0x930093) is known color: Dark Magenta. HEX triplet: 93, 00 and 93. RGB value is (147,0,147). Sum of RGB (Red+Green+Blue) = 147+0+147=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #930093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930093 is #6CFF6C. Grayscale: #3C3C3C. Windows color (decimal): -7143277 or 9633939. OLE color: 9633939.

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

Color convert

RGB 147 0 147 -
CMYK 0 1 0 0.42
HSL 300º 1% 0.29% -
HSV(B) 300º 1% 0.58% -
XYZ 17.3 8.31 28.3 -
YUV 60.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 147 0 147 0 1 0 0.42 300 1 0.29
Hex 93 0 93 0 64 0 2A 12C 64 1D
Octal 223 0 223 0 144 0 52 454 144 35
Binary 10010011 0 10010011 0 1100100 0 101010 100101100 1100100 11101

Color Harmonies of #930093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930093

Black with #930093

Text Example


Text Example

White with #930093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930093; }

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

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

background-color css

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

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

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

border-color css

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

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

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