Html Css Color HEX #913083 Dark Purple

📋 copy color: '#913083'

red 145 ◦ green 48 ◦ blue 131

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

Shades of Dark Purple #913083

Tints of Dark Purple #913083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 44.75%
G = 14.81%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913083 (or 0x913083) is known color: Dark Purple. HEX triplet: 91, 30 and 83. RGB value is (145,48,131). Sum of RGB (Red+Green+Blue) = 145+48+131=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #913083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913083 is #6ECF7C. Grayscale: #565656. Windows color (decimal): -7262077 or 8597649. OLE color: 8597649.

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

Color convert

RGB 145 48 131 -
CMYK 0 0.67 0.10 0.43
HSL 308.66º 0.5% 0.38% -
HSV(B) 308.66º 0.67% 0.57% -
XYZ 16.83 9.77 22.47 -
YUV 86.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 145 48 131 0 0.67 0.10 0.43 308.66 0.5 0.38
Hex 91 30 83 0 43 A 2B 135 32 26
Octal 221 60 203 0 103 12 53 465 62 46
Binary 10010001 110000 10000011 0 1000011 1010 101011 100110101 110010 100110

Color Harmonies of #913083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913083

Black with #913083

Text Example


Text Example

White with #913083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913083; }

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

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

background-color css

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

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

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

border-color css

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

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

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