Html Css Color HEX #913675 Dark Purple

📋 copy color: '#913675'

red 145 ◦ green 54 ◦ blue 117

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

Shades of Dark Purple #913675

Tints of Dark Purple #913675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

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

R = 45.89%
G = 17.09%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913675 (or 0x913675) is known color: Dark Purple. HEX triplet: 91, 36 and 75. RGB value is (145,54,117). Sum of RGB (Red+Green+Blue) = 145+54+117=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #913675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913675 is #6EC98A. Grayscale: #585858. Windows color (decimal): -7260555 or 7681681. OLE color: 7681681.

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

Color convert

RGB 145 54 117 -
CMYK 0 0.63 0.19 0.43
HSL 318.46º 0.46% 0.39% -
HSV(B) 318.46º 0.63% 0.57% -
XYZ 16.21 9.94 17.89 -
YUV 88.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 145 54 117 0 0.63 0.19 0.43 318.46 0.46 0.39
Hex 91 36 75 0 3F 13 2B 13E 2E 27
Octal 221 66 165 0 77 23 53 476 56 47
Binary 10010001 110110 1110101 0 111111 10011 101011 100111110 101110 100111

Color Harmonies of #913675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913675

Black with #913675

Text Example


Text Example

White with #913675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913675; }

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

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

background-color css

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

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

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

border-color css

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

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

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