Html Css Color HEX #93088C Dark Magenta

📋 copy color: '#93088C'

red 147 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #93088C

Tints of Dark Magenta #93088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 49.83%
G = 2.71%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93088C (or 0x93088C) is known color: Dark Magenta. HEX triplet: 93, 08 and 8C. RGB value is (147,8,140). Sum of RGB (Red+Green+Blue) = 147+8+140=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93088C is #6CF773. Grayscale: #404040. Windows color (decimal): -7141236 or 9177235. OLE color: 9177235.

HSL color Cylindrical-coordinate representation of color #93088C: hue angle of 303.02º 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 #93088C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 8 140 -
CMYK 0 0.95 0.05 0.42
HSL 303.02º 0.9% 0.3% -
HSV(B) 303.02º 0.95% 0.58% -
XYZ 16.85 8.27 25.52 -
YUV 64.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 147 8 140 0 0.95 0.05 0.42 303.02 0.9 0.3
Hex 93 8 8C 0 5F 5 2A 12F 5A 1E
Octal 223 10 214 0 137 5 52 457 132 36
Binary 10010011 1000 10001100 0 1011111 101 101010 100101111 1011010 11110

Color Harmonies of #93088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93088C

Black with #93088C

Text Example


Text Example

White with #93088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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