Html Css Color HEX #913280 Dark Purple

📋 copy color: '#913280'

red 145 ◦ green 50 ◦ blue 128

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

Shades of Dark Purple #913280

Tints of Dark Purple #913280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 44.89%
G = 15.48%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#913280 (or 0x913280) is known color: Dark Purple. HEX triplet: 91, 32 and 80. RGB value is (145,50,128). Sum of RGB (Red+Green+Blue) = 145+50+128=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #913280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913280 is #6ECD7F. Grayscale: #575757. Windows color (decimal): -7261568 or 8401553. OLE color: 8401553.

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

Color convert

RGB 145 50 128 -
CMYK 0 0.66 0.12 0.43
HSL 310.74º 0.49% 0.38% -
HSV(B) 310.74º 0.66% 0.57% -
XYZ 16.71 9.86 21.44 -
YUV 87.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 145 50 128 0 0.66 0.12 0.43 310.74 0.49 0.38
Hex 91 32 80 0 42 C 2B 137 31 26
Octal 221 62 200 0 102 14 53 467 61 46
Binary 10010001 110010 10000000 0 1000010 1100 101011 100110111 110001 100110

Color Harmonies of #913280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913280

Black with #913280

Text Example


Text Example

White with #913280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913280; }

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

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

background-color css

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

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

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

border-color css

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

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

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