Html Css Color HEX #953180 Dark Purple

📋 copy color: '#953180'

red 149 ◦ green 49 ◦ blue 128

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

Shades of Dark Purple #953180

Tints of Dark Purple #953180

RGB

 RED value IS 149 (58.59% from 255) = 45.71%

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 45.71%
G = 15.03%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#953180 (or 0x953180) is known color: Dark Purple. HEX triplet: 95, 31 and 80. RGB value is (149,49,128). Sum of RGB (Red+Green+Blue) = 149+49+128=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #953180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953180 is #6ACE7F. Grayscale: #575757. Windows color (decimal): -6999680 or 8401301. OLE color: 8401301.

HSL color Cylindrical-coordinate representation of color #953180: hue angle of 312.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953180 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 128 -
CMYK 0 0.67 0.14 0.42
HSL 312.6º 0.51% 0.39% -
HSV(B) 312.6º 0.67% 0.58% -
XYZ 17.39 10.14 21.46 -
YUV 87.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 149 49 128 0 0.67 0.14 0.42 312.6 0.51 0.39
Hex 95 31 80 0 43 E 2A 139 33 27
Octal 225 61 200 0 103 16 52 471 63 47
Binary 10010101 110001 10000000 0 1000011 1110 101010 100111001 110011 100111

Color Harmonies of #953180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953180

Black with #953180

Text Example


Text Example

White with #953180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953180; }

 p { color: rgb(149,49,128); }

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

background-color css

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

 a { background-color: rgb(149,49,128); }

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

border-color css

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

 span { border-color: rgb(149,49,128); }

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