Html Css Color HEX #952889 Dark Purple

📋 copy color: '#952889'

red 149 ◦ green 40 ◦ blue 137

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

Shades of Dark Purple #952889

Tints of Dark Purple #952889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 45.71%
G = 12.27%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952889 (or 0x952889) is known color: Dark Purple. HEX triplet: 95, 28 and 89. RGB value is (149,40,137). Sum of RGB (Red+Green+Blue) = 149+40+137=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #952889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952889 is #6AD776. Grayscale: #535353. Windows color (decimal): -7001975 or 8988821. OLE color: 8988821.

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

Color convert

RGB 149 40 137 -
CMYK 0 0.73 0.08 0.42
HSL 306.61º 0.58% 0.37% -
HSV(B) 306.61º 0.73% 0.58% -
XYZ 17.67 9.71 24.61 -
YUV 83.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 149 40 137 0 0.73 0.08 0.42 306.61 0.58 0.37
Hex 95 28 89 0 49 8 2A 133 3A 25
Octal 225 50 211 0 111 10 52 463 72 45
Binary 10010101 101000 10001001 0 1001001 1000 101010 100110011 111010 100101

Color Harmonies of #952889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952889

Black with #952889

Text Example


Text Example

White with #952889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952889; }

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

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

background-color css

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

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

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

border-color css

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

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

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