Html Css Color HEX #93168B Dark Magenta

📋 copy color: '#93168B'

red 147 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #93168B

Tints of Dark Magenta #93168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 47.73%
G = 7.14%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93168B (or 0x93168B) is known color: Dark Magenta. HEX triplet: 93, 16 and 8B. RGB value is (147,22,139). Sum of RGB (Red+Green+Blue) = 147+22+139=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93168B is #6CE974. Grayscale: #484848. Windows color (decimal): -7137653 or 9115283. OLE color: 9115283.

HSL color Cylindrical-coordinate representation of color #93168B: hue angle of 303.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93168B is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 22 139 -
CMYK 0 0.85 0.05 0.42
HSL 303.84º 0.74% 0.33% -
HSV(B) 303.84º 0.85% 0.58% -
XYZ 16.98 8.64 25.2 -
YUV 72.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 147 22 139 0 0.85 0.05 0.42 303.84 0.74 0.33
Hex 93 16 8B 0 55 5 2A 130 4A 21
Octal 223 26 213 0 125 5 52 460 112 41
Binary 10010011 10110 10001011 0 1010101 101 101010 100110000 1001010 100001

Color Harmonies of #93168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93168B

Black with #93168B

Text Example


Text Example

White with #93168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93168B; }

 p { color: rgb(147,22,139); }

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

background-color css

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

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

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

border-color css

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

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

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