Html Css Color HEX #9E0693 Dark Magenta

📋 copy color: '#9E0693'

red 158 ◦ green 6 ◦ blue 147

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

Shades of Dark Magenta #9E0693

Tints of Dark Magenta #9E0693

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #9E0693: hue angle of 304.34º 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 #9E0693 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 6 147 -
CMYK 0 0.96 0.07 0.38
HSL 304.34º 0.93% 0.32% -
HSV(B) 304.34º 0.96% 0.62% -
XYZ 19.43 9.51 28.41 -
YUV 67.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 158 6 147 0 0.96 0.07 0.38 304.34 0.93 0.32
Hex 9E 6 93 0 60 7 26 130 5D 20
Octal 236 6 223 0 140 7 46 460 135 40
Binary 10011110 110 10010011 0 1100000 111 100110 100110000 1011101 100000

Color Harmonies of #9E0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0693

Black with #9E0693

Text Example


Text Example

White with #9E0693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E0693; }

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

 H1.HeaderClassName
 {
   color: #9E0693;
 }
 .AnyTagClassName
 {
   color: #9E0693;
 }
</style>

background-color css

<style>
 a { background-color: #9E0693; }

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

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

border-color css

<style>
 span { border-color: #9E0693; }

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

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