Html Css Color HEX #952A89 Dark Purple

📋 copy color: '#952A89'

red 149 ◦ green 42 ◦ blue 137

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

Shades of Dark Purple #952A89

Tints of Dark Purple #952A89

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

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

R = 45.43%
G = 12.8%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952A89 (or 0x952A89) is known color: Dark Purple. HEX triplet: 95, 2A and 89. RGB value is (149,42,137). Sum of RGB (Red+Green+Blue) = 149+42+137=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A89 is #6AD576. Grayscale: #545454. Windows color (decimal): -7001463 or 8989333. OLE color: 8989333.

HSL color Cylindrical-coordinate representation of color #952A89: hue angle of 306.73º degrees, saturation: 0.56, 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 #952A89 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 137 -
CMYK 0 0.72 0.08 0.42
HSL 306.73º 0.56% 0.37% -
HSV(B) 306.73º 0.72% 0.58% -
XYZ 17.74 9.85 24.63 -
YUV 84.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 149 42 137 0 0.72 0.08 0.42 306.73 0.56 0.37
Hex 95 2A 89 0 48 8 2A 133 38 25
Octal 225 52 211 0 110 10 52 463 70 45
Binary 10010101 101010 10001001 0 1001000 1000 101010 100110011 111000 100101

Color Harmonies of #952A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A89

Black with #952A89

Text Example


Text Example

White with #952A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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