Html Css Color HEX #940098 Dark Magenta

📋 copy color: '#940098'

red 148 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #940098

Tints of Dark Magenta #940098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.33%
G = 0%
B = 50.67%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#940098 (or 0x940098) is known color: Dark Magenta. HEX triplet: 94, 00 and 98. RGB value is (148,0,152). Sum of RGB (Red+Green+Blue) = 148+0+152=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #940098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940098 is #6BFF67. Grayscale: #3D3D3D. Windows color (decimal): -7077736 or 9961620. OLE color: 9961620.

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

Color convert

RGB 148 0 152 -
CMYK 0.03 1 0 0.40
HSL 298.42º 1% 0.3% -
HSV(B) 298.42º 1% 0.6% -
XYZ 17.88 8.56 30.42 -
YUV 61.58 179.03 189.64 -
System Red Green Blue C M Y K H S L
Decimal 148 0 152 0.03 1 0 0.40 298.42 1 0.3
Hex 94 0 98 3 64 0 28 12A 64 1E
Octal 224 0 230 3 144 0 50 452 144 36
Binary 10010100 0 10011000 11 1100100 0 101000 100101010 1100100 11110

Color Harmonies of #940098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940098

Black with #940098

Text Example


Text Example

White with #940098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940098; }

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

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

background-color css

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

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

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

border-color css

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

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

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