Html Css Color HEX #913082 Dark Purple

📋 copy color: '#913082'

red 145 ◦ green 48 ◦ blue 130

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

Shades of Dark Purple #913082

Tints of Dark Purple #913082

RGB

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

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

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

R = 44.89%
G = 14.86%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913082 (or 0x913082) is known color: Dark Purple. HEX triplet: 91, 30 and 82. RGB value is (145,48,130). Sum of RGB (Red+Green+Blue) = 145+48+130=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #913082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913082 is #6ECF7D. Grayscale: #565656. Windows color (decimal): -7262078 or 8532113. OLE color: 8532113.

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

Color convert

RGB 145 48 130 -
CMYK 0 0.67 0.10 0.43
HSL 309.28º 0.5% 0.38% -
HSV(B) 309.28º 0.67% 0.57% -
XYZ 16.76 9.75 22.12 -
YUV 86.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 145 48 130 0 0.67 0.10 0.43 309.28 0.5 0.38
Hex 91 30 82 0 43 A 2B 135 32 26
Octal 221 60 202 0 103 12 53 465 62 46
Binary 10010001 110000 10000010 0 1000011 1010 101011 100110101 110010 100110

Color Harmonies of #913082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913082

Black with #913082

Text Example


Text Example

White with #913082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913082; }

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

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

background-color css

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

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

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

border-color css

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

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

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