Html Css Color HEX #913981 Dark Purple

📋 copy color: '#913981'

red 145 ◦ green 57 ◦ blue 129

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

Shades of Dark Purple #913981

Tints of Dark Purple #913981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 43.81%
G = 17.22%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#913981 (or 0x913981) is known color: Dark Purple. HEX triplet: 91, 39 and 81. RGB value is (145,57,129). Sum of RGB (Red+Green+Blue) = 145+57+129=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913981 is #6EC67E. Grayscale: #5B5B5B. Windows color (decimal): -7259775 or 8468881. OLE color: 8468881.

HSL color Cylindrical-coordinate representation of color #913981: hue angle of 310.91º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913981 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 57 129 -
CMYK 0 0.61 0.11 0.43
HSL 310.91º 0.44% 0.4% -
HSV(B) 310.91º 0.61% 0.57% -
XYZ 17.1 10.53 21.9 -
YUV 91.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 145 57 129 0 0.61 0.11 0.43 310.91 0.44 0.4
Hex 91 39 81 0 3D B 2B 137 2C 28
Octal 221 71 201 0 75 13 53 467 54 50
Binary 10010001 111001 10000001 0 111101 1011 101011 100110111 101100 101000

Color Harmonies of #913981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913981

Black with #913981

Text Example


Text Example

White with #913981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913981; }

 p { color: rgb(145,57,129); }

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

background-color css

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

 a { background-color: rgb(145,57,129); }

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

border-color css

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

 span { border-color: rgb(145,57,129); }

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