Html Css Color HEX #93088D Dark Magenta

📋 copy color: '#93088D'

red 147 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #93088D

Tints of Dark Magenta #93088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 49.66%
G = 2.7%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93088D (or 0x93088D) is known color: Dark Magenta. HEX triplet: 93, 08 and 8D. RGB value is (147,8,141). Sum of RGB (Red+Green+Blue) = 147+8+141=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93088D is #6CF772. Grayscale: #404040. Windows color (decimal): -7141235 or 9242771. OLE color: 9242771.

HSL color Cylindrical-coordinate representation of color #93088D: hue angle of 302.59º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93088D is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 141 -
CMYK 0 0.95 0.04 0.42
HSL 302.59º 0.9% 0.3% -
HSV(B) 302.59º 0.95% 0.58% -
XYZ 16.93 8.3 25.91 -
YUV 64.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 147 8 141 0 0.95 0.04 0.42 302.59 0.9 0.3
Hex 93 8 8D 0 5F 4 2A 12F 5A 1E
Octal 223 10 215 0 137 4 52 457 132 36
Binary 10010011 1000 10001101 0 1011111 100 101010 100101111 1011010 11110

Color Harmonies of #93088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93088D

Black with #93088D

Text Example


Text Example

White with #93088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93088D; }

 p { color: rgb(147,8,141); }

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

background-color css

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

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

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

border-color css

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

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

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