Html Css Color HEX #913382 Dark Purple

📋 copy color: '#913382'

red 145 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #913382

Tints of Dark Purple #913382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 44.48%
G = 15.64%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913382 (or 0x913382) is known color: Dark Purple. HEX triplet: 91, 33 and 82. RGB value is (145,51,130). Sum of RGB (Red+Green+Blue) = 145+51+130=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #913382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913382 is #6ECC7D. Grayscale: #575757. Windows color (decimal): -7261310 or 8532881. OLE color: 8532881.

HSL color Cylindrical-coordinate representation of color #913382: hue angle of 309.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913382 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 130 -
CMYK 0 0.65 0.10 0.43
HSL 309.57º 0.48% 0.38% -
HSV(B) 309.57º 0.65% 0.57% -
XYZ 16.89 10 22.16 -
YUV 88.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 145 51 130 0 0.65 0.10 0.43 309.57 0.48 0.38
Hex 91 33 82 0 41 A 2B 136 30 26
Octal 221 63 202 0 101 12 53 466 60 46
Binary 10010001 110011 10000010 0 1000001 1010 101011 100110110 110000 100110

Color Harmonies of #913382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913382

Black with #913382

Text Example


Text Example

White with #913382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913382; }

 p { color: rgb(145,51,130); }

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

background-color css

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

 a { background-color: rgb(145,51,130); }

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

border-color css

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

 span { border-color: rgb(145,51,130); }

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