Html Css Color HEX #952181 Dark Purple

📋 copy color: '#952181'

red 149 ◦ green 33 ◦ blue 129

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

Shades of Dark Purple #952181

Tints of Dark Purple #952181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 47.91%
G = 10.61%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#952181 (or 0x952181) is known color: Dark Purple. HEX triplet: 95, 21 and 81. RGB value is (149,33,129). Sum of RGB (Red+Green+Blue) = 149+33+129=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #952181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952181 is #6ADE7E. Grayscale: #4E4E4E. Windows color (decimal): -7003775 or 8462741. OLE color: 8462741.

HSL color Cylindrical-coordinate representation of color #952181: hue angle of 310.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952181 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 129 -
CMYK 0 0.78 0.13 0.42
HSL 310.34º 0.64% 0.36% -
HSV(B) 310.34º 0.78% 0.58% -
XYZ 16.9 9.06 21.63 -
YUV 78.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 149 33 129 0 0.78 0.13 0.42 310.34 0.64 0.36
Hex 95 21 81 0 4E D 2A 136 40 24
Octal 225 41 201 0 116 15 52 466 100 44
Binary 10010101 100001 10000001 0 1001110 1101 101010 100110110 1000000 100100

Color Harmonies of #952181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952181

Black with #952181

Text Example


Text Example

White with #952181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952181; }

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

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

background-color css

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

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

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

border-color css

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

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

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