Html Css Color HEX #913183 Dark Purple

📋 copy color: '#913183'

red 145 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #913183

Tints of Dark Purple #913183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 44.62%
G = 15.08%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913183 (or 0x913183) is known color: Dark Purple. HEX triplet: 91, 31 and 83. RGB value is (145,49,131). Sum of RGB (Red+Green+Blue) = 145+49+131=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #913183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913183 is #6ECE7C. Grayscale: #565656. Windows color (decimal): -7261821 or 8597905. OLE color: 8597905.

HSL color Cylindrical-coordinate representation of color #913183: hue angle of 308.75º 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 #913183 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 131 -
CMYK 0 0.66 0.10 0.43
HSL 308.75º 0.49% 0.38% -
HSV(B) 308.75º 0.66% 0.57% -
XYZ 16.87 9.86 22.49 -
YUV 87.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 145 49 131 0 0.66 0.10 0.43 308.75 0.49 0.38
Hex 91 31 83 0 42 A 2B 135 31 26
Octal 221 61 203 0 102 12 53 465 61 46
Binary 10010001 110001 10000011 0 1000010 1010 101011 100110101 110001 100110

Color Harmonies of #913183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913183

Black with #913183

Text Example


Text Example

White with #913183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913183; }

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

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

background-color css

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

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

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

border-color css

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

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

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