Html Css Color HEX #913884 Dark Purple

📋 copy color: '#913884'

red 145 ◦ green 56 ◦ blue 132

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

Shades of Dark Purple #913884

Tints of Dark Purple #913884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 43.54%
G = 16.82%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#913884 (or 0x913884) is known color: Dark Purple. HEX triplet: 91, 38 and 84. RGB value is (145,56,132). Sum of RGB (Red+Green+Blue) = 145+56+132=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913884 is #6EC77B. Grayscale: #5B5B5B. Windows color (decimal): -7260028 or 8665233. OLE color: 8665233.

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

Color convert

RGB 145 56 132 -
CMYK 0 0.61 0.09 0.43
HSL 308.76º 0.44% 0.39% -
HSV(B) 308.76º 0.61% 0.57% -
XYZ 17.26 10.51 22.95 -
YUV 91.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 145 56 132 0 0.61 0.09 0.43 308.76 0.44 0.39
Hex 91 38 84 0 3D 9 2B 135 2C 27
Octal 221 70 204 0 75 11 53 465 54 47
Binary 10010001 111000 10000100 0 111101 1001 101011 100110101 101100 100111

Color Harmonies of #913884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913884

Black with #913884

Text Example


Text Example

White with #913884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913884; }

 p { color: rgb(145,56,132); }

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

background-color css

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

 a { background-color: rgb(145,56,132); }

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

border-color css

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

 span { border-color: rgb(145,56,132); }

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