Html Css Color HEX #952D89 Dark Purple

📋 copy color: '#952D89'

red 149 ◦ green 45 ◦ blue 137

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

Shades of Dark Purple #952D89

Tints of Dark Purple #952D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 45.02%
G = 13.6%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952D89 (or 0x952D89) is known color: Dark Purple. HEX triplet: 95, 2D and 89. RGB value is (149,45,137). Sum of RGB (Red+Green+Blue) = 149+45+137=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D89 is #6AD276. Grayscale: #565656. Windows color (decimal): -7000695 or 8990101. OLE color: 8990101.

HSL color Cylindrical-coordinate representation of color #952D89: hue angle of 306.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D89 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 137 -
CMYK 0 0.70 0.08 0.42
HSL 306.92º 0.54% 0.38% -
HSV(B) 306.92º 0.7% 0.58% -
XYZ 17.85 10.07 24.67 -
YUV 86.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 149 45 137 0 0.70 0.08 0.42 306.92 0.54 0.38
Hex 95 2D 89 0 46 8 2A 133 36 26
Octal 225 55 211 0 106 10 52 463 66 46
Binary 10010101 101101 10001001 0 1000110 1000 101010 100110011 110110 100110

Color Harmonies of #952D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D89

Black with #952D89

Text Example


Text Example

White with #952D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D89; }

 p { color: rgb(149,45,137); }

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

background-color css

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

 a { background-color: rgb(149,45,137); }

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

border-color css

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

 span { border-color: rgb(149,45,137); }

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