Html Css Color HEX #952988 Dark Purple

📋 copy color: '#952988'

red 149 ◦ green 41 ◦ blue 136

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

Shades of Dark Purple #952988

Tints of Dark Purple #952988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 45.71%
G = 12.58%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952988 (or 0x952988) is known color: Dark Purple. HEX triplet: 95, 29 and 88. RGB value is (149,41,136). Sum of RGB (Red+Green+Blue) = 149+41+136=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #952988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952988 is #6AD677. Grayscale: #535353. Windows color (decimal): -7001720 or 8923541. OLE color: 8923541.

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

Color convert

RGB 149 41 136 -
CMYK 0 0.72 0.09 0.42
HSL 307.22º 0.57% 0.37% -
HSV(B) 307.22º 0.72% 0.58% -
XYZ 17.63 9.75 24.25 -
YUV 84.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 149 41 136 0 0.72 0.09 0.42 307.22 0.57 0.37
Hex 95 29 88 0 48 9 2A 133 39 25
Octal 225 51 210 0 110 11 52 463 71 45
Binary 10010101 101001 10001000 0 1001000 1001 101010 100110011 111001 100101

Color Harmonies of #952988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952988

Black with #952988

Text Example


Text Example

White with #952988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952988; }

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

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

background-color css

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

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

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

border-color css

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

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

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