Html Css Color HEX #913186 Dark Purple

📋 copy color: '#913186'

red 145 ◦ green 49 ◦ blue 134

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

Shades of Dark Purple #913186

Tints of Dark Purple #913186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 44.21%
G = 14.94%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913186 (or 0x913186) is known color: Dark Purple. HEX triplet: 91, 31 and 86. RGB value is (145,49,134). Sum of RGB (Red+Green+Blue) = 145+49+134=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913186 is #6ECE79. Grayscale: #575757. Windows color (decimal): -7261818 or 8794513. OLE color: 8794513.

HSL color Cylindrical-coordinate representation of color #913186: hue angle of 306.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913186 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 134 -
CMYK 0 0.66 0.08 0.43
HSL 306.88º 0.49% 0.38% -
HSV(B) 306.88º 0.66% 0.57% -
XYZ 17.08 9.94 23.57 -
YUV 87.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 145 49 134 0 0.66 0.08 0.43 306.88 0.49 0.38
Hex 91 31 86 0 42 8 2B 133 31 26
Octal 221 61 206 0 102 10 53 463 61 46
Binary 10010001 110001 10000110 0 1000010 1000 101011 100110011 110001 100110

Color Harmonies of #913186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913186

Black with #913186

Text Example


Text Example

White with #913186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913186; }

 p { color: rgb(145,49,134); }

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

background-color css

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

 a { background-color: rgb(145,49,134); }

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

border-color css

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

 span { border-color: rgb(145,49,134); }

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