Html Css Color HEX #913086 Dark Purple

📋 copy color: '#913086'

red 145 ◦ green 48 ◦ blue 134

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

Shades of Dark Purple #913086

Tints of Dark Purple #913086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 44.34%
G = 14.68%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913086 (or 0x913086) is known color: Dark Purple. HEX triplet: 91, 30 and 86. RGB value is (145,48,134). Sum of RGB (Red+Green+Blue) = 145+48+134=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913086 is #6ECF79. Grayscale: #565656. Windows color (decimal): -7262074 or 8794257. OLE color: 8794257.

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

Color convert

RGB 145 48 134 -
CMYK 0 0.67 0.08 0.43
HSL 306.8º 0.5% 0.38% -
HSV(B) 306.8º 0.67% 0.57% -
XYZ 17.04 9.85 23.56 -
YUV 86.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 145 48 134 0 0.67 0.08 0.43 306.8 0.5 0.38
Hex 91 30 86 0 43 8 2B 133 32 26
Octal 221 60 206 0 103 10 53 463 62 46
Binary 10010001 110000 10000110 0 1000011 1000 101011 100110011 110010 100110

Color Harmonies of #913086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913086

Black with #913086

Text Example


Text Example

White with #913086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913086; }

 p { color: rgb(145,48,134); }

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

background-color css

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

 a { background-color: rgb(145,48,134); }

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

border-color css

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

 span { border-color: rgb(145,48,134); }

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