Html Css Color HEX #93067C Dark Magenta

📋 copy color: '#93067C'

red 147 ◦ green 6 ◦ blue 124

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

Shades of Dark Magenta #93067C

Tints of Dark Magenta #93067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 53.07%
G = 2.17%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93067C (or 0x93067C) is known color: Dark Magenta. HEX triplet: 93, 06 and 7C. RGB value is (147,6,124). Sum of RGB (Red+Green+Blue) = 147+6+124=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067C is #6CF983. Grayscale: #3D3D3D. Windows color (decimal): -7141764 or 8128147. OLE color: 8128147.

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

Color convert

RGB 147 6 124 -
CMYK 0 0.96 0.16 0.42
HSL 309.79º 0.92% 0.3% -
HSV(B) 309.79º 0.96% 0.58% -
XYZ 15.74 7.79 19.74 -
YUV 61.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 147 6 124 0 0.96 0.16 0.42 309.79 0.92 0.3
Hex 93 6 7C 0 60 10 2A 136 5C 1E
Octal 223 6 174 0 140 20 52 466 134 36
Binary 10010011 110 1111100 0 1100000 10000 101010 100110110 1011100 11110

Color Harmonies of #93067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93067C

Black with #93067C

Text Example


Text Example

White with #93067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,6,124); }

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

background-color css

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

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

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

border-color css

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

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

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