Html Css Color HEX #910696 Dark Magenta

📋 copy color: '#910696'

red 145 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #910696

Tints of Dark Magenta #910696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 48.17%
G = 1.99%
B = 49.83%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#910696 (or 0x910696) is known color: Dark Magenta. HEX triplet: 91, 06 and 96. RGB value is (145,6,150). Sum of RGB (Red+Green+Blue) = 145+6+150=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #910696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910696 is #6EF969. Grayscale: #3F3F3F. Windows color (decimal): -7272810 or 9832081. OLE color: 9832081.

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

Color convert

RGB 145 6 150 -
CMYK 0.03 0.96 0 0.41
HSL 297.92º 0.92% 0.31% -
HSV(B) 297.92º 0.96% 0.59% -
XYZ 17.25 8.35 29.56 -
YUV 63.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 145 6 150 0.03 0.96 0 0.41 297.92 0.92 0.31
Hex 91 6 96 3 60 0 29 12A 5C 1F
Octal 221 6 226 3 140 0 51 452 134 37
Binary 10010001 110 10010110 11 1100000 0 101001 100101010 1011100 11111

Color Harmonies of #910696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910696

Black with #910696

Text Example


Text Example

White with #910696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910696; }

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

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

background-color css

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

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

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

border-color css

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

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

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