Html Css Color HEX #913775 Dark Purple

📋 copy color: '#913775'

red 145 ◦ green 55 ◦ blue 117

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

Shades of Dark Purple #913775

Tints of Dark Purple #913775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 45.74%
G = 17.35%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913775 (or 0x913775) is known color: Dark Purple. HEX triplet: 91, 37 and 75. RGB value is (145,55,117). Sum of RGB (Red+Green+Blue) = 145+55+117=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #913775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913775 is #6EC88A. Grayscale: #585858. Windows color (decimal): -7260299 or 7681937. OLE color: 7681937.

HSL color Cylindrical-coordinate representation of color #913775: hue angle of 318.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913775 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 117 -
CMYK 0 0.62 0.19 0.43
HSL 318.67º 0.45% 0.39% -
HSV(B) 318.67º 0.62% 0.57% -
XYZ 16.25 10.04 17.91 -
YUV 88.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 145 55 117 0 0.62 0.19 0.43 318.67 0.45 0.39
Hex 91 37 75 0 3E 13 2B 13F 2D 27
Octal 221 67 165 0 76 23 53 477 55 47
Binary 10010001 110111 1110101 0 111110 10011 101011 100111111 101101 100111

Color Harmonies of #913775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913775

Black with #913775

Text Example


Text Example

White with #913775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913775; }

 p { color: rgb(145,55,117); }

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

background-color css

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

 a { background-color: rgb(145,55,117); }

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

border-color css

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

 span { border-color: rgb(145,55,117); }

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