Html Css Color HEX #941298 Dark Magenta

📋 copy color: '#941298'

red 148 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #941298

Tints of Dark Magenta #941298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

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

R = 46.54%
G = 5.66%
B = 47.8%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#941298 (or 0x941298) is known color: Dark Magenta. HEX triplet: 94, 12 and 98. RGB value is (148,18,152). Sum of RGB (Red+Green+Blue) = 148+18+152=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #941298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941298 is #6BED67. Grayscale: #474747. Windows color (decimal): -7073128 or 9966228. OLE color: 9966228.

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

Color convert

RGB 148 18 152 -
CMYK 0.03 0.88 0 0.40
HSL 298.21º 0.79% 0.33% -
HSV(B) 298.21º 0.88% 0.6% -
XYZ 18.1 9 30.49 -
YUV 72.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 148 18 152 0.03 0.88 0 0.40 298.21 0.79 0.33
Hex 94 12 98 3 58 0 28 12A 4F 21
Octal 224 22 230 3 130 0 50 452 117 41
Binary 10010100 10010 10011000 11 1011000 0 101000 100101010 1001111 100001

Color Harmonies of #941298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941298

Black with #941298

Text Example


Text Example

White with #941298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941298; }

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

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

background-color css

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

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

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

border-color css

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

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

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