Html Css Color HEX #910096 Dark Magenta

📋 copy color: '#910096'

red 145 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #910096

Tints of Dark Magenta #910096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 49.15%
G = 0%
B = 50.85%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#910096 (or 0x910096) is known color: Dark Magenta. HEX triplet: 91, 00 and 96. RGB value is (145,0,150). Sum of RGB (Red+Green+Blue) = 145+0+150=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #910096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910096 is #6EFF69. Grayscale: #3C3C3C. Windows color (decimal): -7274346 or 9830545. OLE color: 9830545.

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

Color convert

RGB 145 0 150 -
CMYK 0.03 1 0 0.41
HSL 298º 1% 0.29% -
HSV(B) 298º 1% 0.59% -
XYZ 17.18 8.22 29.54 -
YUV 60.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 145 0 150 0.03 1 0 0.41 298 1 0.29
Hex 91 0 96 3 64 0 29 12A 64 1D
Octal 221 0 226 3 144 0 51 452 144 35
Binary 10010001 0 10010110 11 1100100 0 101001 100101010 1100100 11101

Color Harmonies of #910096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910096

Black with #910096

Text Example


Text Example

White with #910096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910096; }

 p { color: rgb(145,0,150); }

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

background-color css

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

 a { background-color: rgb(145,0,150); }

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

border-color css

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

 span { border-color: rgb(145,0,150); }

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