Html Css Color HEX #913784 Dark Purple

📋 copy color: '#913784'

red 145 ◦ green 55 ◦ blue 132

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

Shades of Dark Purple #913784

Tints of Dark Purple #913784

RGB

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

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

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

R = 43.67%
G = 16.57%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#913784 (or 0x913784) is known color: Dark Purple. HEX triplet: 91, 37 and 84. RGB value is (145,55,132). Sum of RGB (Red+Green+Blue) = 145+55+132=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913784 is #6EC87B. Grayscale: #5A5A5A. Windows color (decimal): -7260284 or 8664977. OLE color: 8664977.

HSL color Cylindrical-coordinate representation of color #913784: hue angle of 308.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 #913784 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 132 -
CMYK 0 0.62 0.09 0.43
HSL 308.67º 0.45% 0.39% -
HSV(B) 308.67º 0.62% 0.57% -
XYZ 17.21 10.42 22.93 -
YUV 90.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 145 55 132 0 0.62 0.09 0.43 308.67 0.45 0.39
Hex 91 37 84 0 3E 9 2B 135 2D 27
Octal 221 67 204 0 76 11 53 465 55 47
Binary 10010001 110111 10000100 0 111110 1001 101011 100110101 101101 100111

Color Harmonies of #913784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913784

Black with #913784

Text Example


Text Example

White with #913784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913784; }

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

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

background-color css

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

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

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

border-color css

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

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

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