Html Css Color HEX #913287 Dark Purple

📋 copy color: '#913287'

red 145 ◦ green 50 ◦ blue 135

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

Shades of Dark Purple #913287

Tints of Dark Purple #913287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 43.94%
G = 15.15%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#913287 (or 0x913287) is known color: Dark Purple. HEX triplet: 91, 32 and 87. RGB value is (145,50,135). Sum of RGB (Red+Green+Blue) = 145+50+135=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913287 is #6ECD78. Grayscale: #575757. Windows color (decimal): -7261561 or 8860305. OLE color: 8860305.

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

Color convert

RGB 145 50 135 -
CMYK 0 0.66 0.07 0.43
HSL 306.32º 0.49% 0.38% -
HSV(B) 306.32º 0.66% 0.57% -
XYZ 17.19 10.05 23.96 -
YUV 88.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 145 50 135 0 0.66 0.07 0.43 306.32 0.49 0.38
Hex 91 32 87 0 42 7 2B 132 31 26
Octal 221 62 207 0 102 7 53 462 61 46
Binary 10010001 110010 10000111 0 1000010 111 101011 100110010 110001 100110

Color Harmonies of #913287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913287

Black with #913287

Text Example


Text Example

White with #913287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913287; }

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

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

background-color css

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

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

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

border-color css

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

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

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