Html Css Color HEX #940598 Dark Magenta

📋 copy color: '#940598'

red 148 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #940598

Tints of Dark Magenta #940598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 48.52%
G = 1.64%
B = 49.84%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#940598 (or 0x940598) is known color: Dark Magenta. HEX triplet: 94, 05 and 98. RGB value is (148,5,152). Sum of RGB (Red+Green+Blue) = 148+5+152=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #940598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940598 is #6BFA67. Grayscale: #404040. Windows color (decimal): -7076456 or 9962900. OLE color: 9962900.

HSL color Cylindrical-coordinate representation of color #940598: hue angle of 298.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940598 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 5 152 -
CMYK 0.03 0.97 0 0.40
HSL 298.37º 0.94% 0.31% -
HSV(B) 298.37º 0.97% 0.6% -
XYZ 17.93 8.67 30.43 -
YUV 64.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 148 5 152 0.03 0.97 0 0.40 298.37 0.94 0.31
Hex 94 5 98 3 61 0 28 12A 5E 1F
Octal 224 5 230 3 141 0 50 452 136 37
Binary 10010100 101 10011000 11 1100001 0 101000 100101010 1011110 11111

Color Harmonies of #940598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940598

Black with #940598

Text Example


Text Example

White with #940598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940598; }

 p { color: rgb(148,5,152); }

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

background-color css

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

 a { background-color: rgb(148,5,152); }

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

border-color css

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

 span { border-color: rgb(148,5,152); }

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