Html Css Color HEX #93069E Dark Magenta

📋 copy color: '#93069E'

red 147 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #93069E

Tints of Dark Magenta #93069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.8%

R = 47.27%
G = 1.93%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93069E (or 0x93069E) is known color: Dark Magenta. HEX triplet: 93, 06 and 9E. RGB value is (147,6,158). Sum of RGB (Red+Green+Blue) = 147+6+158=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #93069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93069E is #6CF961. Grayscale: #414141. Windows color (decimal): -7141730 or 10356371. OLE color: 10356371.

HSL color Cylindrical-coordinate representation of color #93069E: hue angle of 295.66º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93069E is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 6 158 -
CMYK 0.07 0.96 0 0.38
HSL 295.66º 0.93% 0.32% -
HSV(B) 295.66º 0.96% 0.62% -
XYZ 18.27 8.8 33.08 -
YUV 65.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 147 6 158 0.07 0.96 0 0.38 295.66 0.93 0.32
Hex 93 6 9E 7 60 0 26 128 5D 20
Octal 223 6 236 7 140 0 46 450 135 40
Binary 10010011 110 10011110 111 1100000 0 100110 100101000 1011101 100000

Color Harmonies of #93069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93069E

Black with #93069E

Text Example


Text Example

White with #93069E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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