Html Css Color HEX #940893 Dark Magenta

📋 copy color: '#940893'

red 148 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #940893

Tints of Dark Magenta #940893

RGB

 RED value IS 148 (58.2% from 255) = 48.84%

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 48.84%
G = 2.64%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#940893 (or 0x940893) is known color: Dark Magenta. HEX triplet: 94, 08 and 93. RGB value is (148,8,147). Sum of RGB (Red+Green+Blue) = 148+8+147=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #940893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940893 is #6BF76C. Grayscale: #414141. Windows color (decimal): -7075693 or 9635988. OLE color: 9635988.

HSL color Cylindrical-coordinate representation of color #940893: hue angle of 300.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940893 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 147 -
CMYK 0 0.95 0.01 0.42
HSL 300.43º 0.9% 0.31% -
HSV(B) 300.43º 0.95% 0.58% -
XYZ 17.57 8.58 28.33 -
YUV 65.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 148 8 147 0 0.95 0.01 0.42 300.43 0.9 0.31
Hex 94 8 93 0 5F 1 2A 12C 5A 1F
Octal 224 10 223 0 137 1 52 454 132 37
Binary 10010100 1000 10010011 0 1011111 1 101010 100101100 1011010 11111

Color Harmonies of #940893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940893

Black with #940893

Text Example


Text Example

White with #940893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940893; }

 p { color: rgb(148,8,147); }

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

background-color css

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

 a { background-color: rgb(148,8,147); }

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

border-color css

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

 span { border-color: rgb(148,8,147); }

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