Html Css Color HEX #953181 Dark Purple

📋 copy color: '#953181'

red 149 ◦ green 49 ◦ blue 129

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

Shades of Dark Purple #953181

Tints of Dark Purple #953181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 45.57%
G = 14.98%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#953181 (or 0x953181) is known color: Dark Purple. HEX triplet: 95, 31 and 81. RGB value is (149,49,129). Sum of RGB (Red+Green+Blue) = 149+49+129=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #953181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953181 is #6ACE7E. Grayscale: #575757. Windows color (decimal): -6999679 or 8466837. OLE color: 8466837.

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

Color convert

RGB 149 49 129 -
CMYK 0 0.67 0.13 0.42
HSL 312º 0.51% 0.39% -
HSV(B) 312º 0.67% 0.58% -
XYZ 17.46 10.17 21.81 -
YUV 88.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 149 49 129 0 0.67 0.13 0.42 312 0.51 0.39
Hex 95 31 81 0 43 D 2A 138 33 27
Octal 225 61 201 0 103 15 52 470 63 47
Binary 10010101 110001 10000001 0 1000011 1101 101010 100111000 110011 100111

Color Harmonies of #953181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953181

Black with #953181

Text Example


Text Example

White with #953181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953181; }

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

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

background-color css

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

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

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

border-color css

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

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

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