Html Css Color HEX #93067A Dark Magenta

📋 copy color: '#93067A'

red 147 ◦ green 6 ◦ blue 122

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

Shades of Dark Magenta #93067A

Tints of Dark Magenta #93067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.36%

R = 53.45%
G = 2.18%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93067A (or 0x93067A) is known color: Dark Magenta. HEX triplet: 93, 06 and 7A. RGB value is (147,6,122). Sum of RGB (Red+Green+Blue) = 147+6+122=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067A is #6CF985. Grayscale: #3D3D3D. Windows color (decimal): -7141766 or 7997075. OLE color: 7997075.

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

Color convert

RGB 147 6 122 -
CMYK 0 0.96 0.17 0.42
HSL 310.64º 0.92% 0.3% -
HSV(B) 310.64º 0.96% 0.58% -
XYZ 15.61 7.74 19.08 -
YUV 61.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 147 6 122 0 0.96 0.17 0.42 310.64 0.92 0.3
Hex 93 6 7A 0 60 11 2A 137 5C 1E
Octal 223 6 172 0 140 21 52 467 134 36
Binary 10010011 110 1111010 0 1100000 10001 101010 100110111 1011100 11110

Color Harmonies of #93067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93067A

Black with #93067A

Text Example


Text Example

White with #93067A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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