Html Css Color HEX #952981 Dark Purple

📋 copy color: '#952981'

red 149 ◦ green 41 ◦ blue 129

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

Shades of Dark Purple #952981

Tints of Dark Purple #952981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 46.71%
G = 12.85%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#952981 (or 0x952981) is known color: Dark Purple. HEX triplet: 95, 29 and 81. RGB value is (149,41,129). Sum of RGB (Red+Green+Blue) = 149+41+129=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952981 is #6AD67E. Grayscale: #535353. Windows color (decimal): -7001727 or 8464789. OLE color: 8464789.

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

Color convert

RGB 149 41 129 -
CMYK 0 0.72 0.13 0.42
HSL 311.11º 0.57% 0.37% -
HSV(B) 311.11º 0.72% 0.58% -
XYZ 17.15 9.56 21.71 -
YUV 83.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 149 41 129 0 0.72 0.13 0.42 311.11 0.57 0.37
Hex 95 29 81 0 48 D 2A 137 39 25
Octal 225 51 201 0 110 15 52 467 71 45
Binary 10010101 101001 10000001 0 1001000 1101 101010 100110111 111001 100101

Color Harmonies of #952981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952981

Black with #952981

Text Example


Text Example

White with #952981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952981; }

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

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

background-color css

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

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

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

border-color css

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

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

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