Html Css Color HEX #910688 Dark Magenta

📋 copy color: '#910688'

red 145 ◦ green 6 ◦ blue 136

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

Shades of Dark Magenta #910688

Tints of Dark Magenta #910688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 50.52%
G = 2.09%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#910688 (or 0x910688) is known color: Dark Magenta. HEX triplet: 91, 06 and 88. RGB value is (145,6,136). Sum of RGB (Red+Green+Blue) = 145+6+136=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #910688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910688 is #6EF977. Grayscale: #3E3E3E. Windows color (decimal): -7272824 or 8914577. OLE color: 8914577.

HSL color Cylindrical-coordinate representation of color #910688: hue angle of 303.88º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910688 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 6 136 -
CMYK 0 0.96 0.06 0.43
HSL 303.88º 0.92% 0.3% -
HSV(B) 303.88º 0.96% 0.57% -
XYZ 16.19 7.93 23.97 -
YUV 62.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 145 6 136 0 0.96 0.06 0.43 303.88 0.92 0.3
Hex 91 6 88 0 60 6 2B 130 5C 1E
Octal 221 6 210 0 140 6 53 460 134 36
Binary 10010001 110 10001000 0 1100000 110 101011 100110000 1011100 11110

Color Harmonies of #910688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910688

Black with #910688

Text Example


Text Example

White with #910688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910688; }

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

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

background-color css

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

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

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

border-color css

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

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

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