Html Css Color HEX #913383 Dark Purple

📋 copy color: '#913383'

red 145 ◦ green 51 ◦ blue 131

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

Shades of Dark Purple #913383

Tints of Dark Purple #913383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 44.34%
G = 15.6%
B = 40.06%

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

#913383 (or 0x913383) is known color: Dark Purple. HEX triplet: 91, 33 and 83. RGB value is (145,51,131). Sum of RGB (Red+Green+Blue) = 145+51+131=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913383 is #6ECC7C. Grayscale: #585858. Windows color (decimal): -7261309 or 8598417. OLE color: 8598417.

HSL color Cylindrical-coordinate representation of color #913383: hue angle of 308.94º 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 #913383 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 131 -
CMYK 0 0.65 0.10 0.43
HSL 308.94º 0.48% 0.38% -
HSV(B) 308.94º 0.65% 0.57% -
XYZ 16.96 10.03 22.51 -
YUV 88.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 145 51 131 0 0.65 0.10 0.43 308.94 0.48 0.38
Hex 91 33 83 0 41 A 2B 135 30 26
Octal 221 63 203 0 101 12 53 465 60 46
Binary 10010001 110011 10000011 0 1000001 1010 101011 100110101 110000 100110

Color Harmonies of #913383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913383

Black with #913383

Text Example


Text Example

White with #913383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913383; }

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

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

background-color css

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

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

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

border-color css

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

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

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