Html Css Color HEX #913087 Dark Purple

📋 copy color: '#913087'

red 145 ◦ green 48 ◦ blue 135

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

Shades of Dark Purple #913087

Tints of Dark Purple #913087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 44.21%
G = 14.63%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#913087 (or 0x913087) is known color: Dark Purple. HEX triplet: 91, 30 and 87. RGB value is (145,48,135). Sum of RGB (Red+Green+Blue) = 145+48+135=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #913087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913087 is #6ECF78. Grayscale: #565656. Windows color (decimal): -7262073 or 8859793. OLE color: 8859793.

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

Color convert

RGB 145 48 135 -
CMYK 0 0.67 0.07 0.43
HSL 306.19º 0.5% 0.38% -
HSV(B) 306.19º 0.67% 0.57% -
XYZ 17.11 9.88 23.93 -
YUV 86.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 145 48 135 0 0.67 0.07 0.43 306.19 0.5 0.38
Hex 91 30 87 0 43 7 2B 132 32 26
Octal 221 60 207 0 103 7 53 462 62 46
Binary 10010001 110000 10000111 0 1000011 111 101011 100110010 110010 100110

Color Harmonies of #913087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913087

Black with #913087

Text Example


Text Example

White with #913087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913087; }

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

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

background-color css

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

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

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

border-color css

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

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

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