Html Css Color HEX #913682 Dark Purple

📋 copy color: '#913682'

red 145 ◦ green 54 ◦ blue 130

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

Shades of Dark Purple #913682

Tints of Dark Purple #913682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 44.07%
G = 16.41%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913682 (or 0x913682) is known color: Dark Purple. HEX triplet: 91, 36 and 82. RGB value is (145,54,130). Sum of RGB (Red+Green+Blue) = 145+54+130=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913682 is #6EC97D. Grayscale: #595959. Windows color (decimal): -7260542 or 8533649. OLE color: 8533649.

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

Color convert

RGB 145 54 130 -
CMYK 0 0.63 0.10 0.43
HSL 309.89º 0.46% 0.39% -
HSV(B) 309.89º 0.63% 0.57% -
XYZ 17.03 10.27 22.2 -
YUV 89.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 145 54 130 0 0.63 0.10 0.43 309.89 0.46 0.39
Hex 91 36 82 0 3F A 2B 136 2E 27
Octal 221 66 202 0 77 12 53 466 56 47
Binary 10010001 110110 10000010 0 111111 1010 101011 100110110 101110 100111

Color Harmonies of #913682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913682

Black with #913682

Text Example


Text Example

White with #913682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913682; }

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

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

background-color css

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

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

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

border-color css

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

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

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