Html Css Color HEX #910998 Dark Magenta

📋 copy color: '#910998'

red 145 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #910998

Tints of Dark Magenta #910998

RGB

 RED value IS 145 (57.03% from 255) = 47.39%

 GREEN value IS 9 (3.91% from 255) = 2.94%

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

R = 47.39%
G = 2.94%
B = 49.67%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#910998 (or 0x910998) is known color: Dark Magenta. HEX triplet: 91, 09 and 98. RGB value is (145,9,152). Sum of RGB (Red+Green+Blue) = 145+9+152=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #910998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910998 is #6EF667. Grayscale: #414141. Windows color (decimal): -7272040 or 9963921. OLE color: 9963921.

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

Color convert

RGB 145 9 152 -
CMYK 0.05 0.94 0 0.40
HSL 297.06º 0.89% 0.32% -
HSV(B) 297.06º 0.94% 0.6% -
XYZ 17.44 8.48 30.42 -
YUV 65.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 145 9 152 0.05 0.94 0 0.40 297.06 0.89 0.32
Hex 91 9 98 5 5E 0 28 129 59 20
Octal 221 11 230 5 136 0 50 451 131 40
Binary 10010001 1001 10011000 101 1011110 0 101000 100101001 1011001 100000

Color Harmonies of #910998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910998

Black with #910998

Text Example


Text Example

White with #910998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910998; }

 p { color: rgb(145,9,152); }

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

background-color css

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

 a { background-color: rgb(145,9,152); }

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

border-color css

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

 span { border-color: rgb(145,9,152); }

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