Html Css Color HEX #940298 Dark Magenta

📋 copy color: '#940298'

red 148 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #940298

Tints of Dark Magenta #940298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 49.01%
G = 0.66%
B = 50.33%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#940298 (or 0x940298) is known color: Dark Magenta. HEX triplet: 94, 02 and 98. RGB value is (148,2,152). Sum of RGB (Red+Green+Blue) = 148+2+152=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #940298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940298 is #6BFD67. Grayscale: #3E3E3E. Windows color (decimal): -7077224 or 9962132. OLE color: 9962132.

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

Color convert

RGB 148 2 152 -
CMYK 0.03 0.99 0 0.40
HSL 298.4º 0.97% 0.3% -
HSV(B) 298.4º 0.99% 0.6% -
XYZ 17.9 8.61 30.42 -
YUV 62.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 148 2 152 0.03 0.99 0 0.40 298.4 0.97 0.3
Hex 94 2 98 3 63 0 28 12A 61 1E
Octal 224 2 230 3 143 0 50 452 141 36
Binary 10010100 10 10011000 11 1100011 0 101000 100101010 1100001 11110

Color Harmonies of #940298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940298

Black with #940298

Text Example


Text Example

White with #940298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940298; }

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

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

background-color css

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

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

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

border-color css

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

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

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