Html Css Color HEX #913279 Dark Purple

📋 copy color: '#913279'

red 145 ◦ green 50 ◦ blue 121

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

Shades of Dark Purple #913279

Tints of Dark Purple #913279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 45.89%
G = 15.82%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#913279 (or 0x913279) is known color: Dark Purple. HEX triplet: 91, 32 and 79. RGB value is (145,50,121). Sum of RGB (Red+Green+Blue) = 145+50+121=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #913279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913279 is #6ECD86. Grayscale: #565656. Windows color (decimal): -7261575 or 7942801. OLE color: 7942801.

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

Color convert

RGB 145 50 121 -
CMYK 0 0.66 0.17 0.43
HSL 315.16º 0.49% 0.38% -
HSV(B) 315.16º 0.66% 0.57% -
XYZ 16.27 9.68 19.1 -
YUV 86.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 145 50 121 0 0.66 0.17 0.43 315.16 0.49 0.38
Hex 91 32 79 0 42 11 2B 13B 31 26
Octal 221 62 171 0 102 21 53 473 61 46
Binary 10010001 110010 1111001 0 1000010 10001 101011 100111011 110001 100110

Color Harmonies of #913279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913279

Black with #913279

Text Example


Text Example

White with #913279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913279; }

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

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

background-color css

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

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

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

border-color css

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

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

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