Html Css Color HEX #93067E Dark Magenta

📋 copy color: '#93067E'

red 147 ◦ green 6 ◦ blue 126

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

Shades of Dark Magenta #93067E

Tints of Dark Magenta #93067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 52.69%
G = 2.15%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93067E (or 0x93067E) is known color: Dark Magenta. HEX triplet: 93, 06 and 7E. RGB value is (147,6,126). Sum of RGB (Red+Green+Blue) = 147+6+126=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067E is #6CF981. Grayscale: #3D3D3D. Windows color (decimal): -7141762 or 8259219. OLE color: 8259219.

HSL color Cylindrical-coordinate representation of color #93067E: hue angle of 308.94º 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 #93067E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 126 -
CMYK 0 0.96 0.14 0.42
HSL 308.94º 0.92% 0.3% -
HSV(B) 308.94º 0.96% 0.58% -
XYZ 15.86 7.84 20.42 -
YUV 61.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 147 6 126 0 0.96 0.14 0.42 308.94 0.92 0.3
Hex 93 6 7E 0 60 E 2A 135 5C 1E
Octal 223 6 176 0 140 16 52 465 134 36
Binary 10010011 110 1111110 0 1100000 1110 101010 100110101 1011100 11110

Color Harmonies of #93067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93067E

Black with #93067E

Text Example


Text Example

White with #93067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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