Html Css Color HEX #952489 Dark Purple

📋 copy color: '#952489'

red 149 ◦ green 36 ◦ blue 137

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

Shades of Dark Purple #952489

Tints of Dark Purple #952489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

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

R = 46.27%
G = 11.18%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952489 (or 0x952489) is known color: Dark Purple. HEX triplet: 95, 24 and 89. RGB value is (149,36,137). Sum of RGB (Red+Green+Blue) = 149+36+137=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952489 is #6ADB76. Grayscale: #515151. Windows color (decimal): -7002999 or 8987797. OLE color: 8987797.

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

Color convert

RGB 149 36 137 -
CMYK 0 0.76 0.08 0.42
HSL 306.37º 0.61% 0.36% -
HSV(B) 306.37º 0.76% 0.58% -
XYZ 17.54 9.46 24.57 -
YUV 81.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 149 36 137 0 0.76 0.08 0.42 306.37 0.61 0.36
Hex 95 24 89 0 4C 8 2A 132 3D 24
Octal 225 44 211 0 114 10 52 462 75 44
Binary 10010101 100100 10001001 0 1001100 1000 101010 100110010 111101 100100

Color Harmonies of #952489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952489

Black with #952489

Text Example


Text Example

White with #952489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952489; }

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

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

background-color css

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

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

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

border-color css

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

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

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