Html Css Color HEX #952189 Dark Purple

📋 copy color: '#952189'

red 149 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #952189

Tints of Dark Purple #952189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 46.71%
G = 10.34%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952189 (or 0x952189) is known color: Dark Purple. HEX triplet: 95, 21 and 89. RGB value is (149,33,137). Sum of RGB (Red+Green+Blue) = 149+33+137=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952189 is #6ADE76. Grayscale: #4F4F4F. Windows color (decimal): -7003767 or 8987029. OLE color: 8987029.

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

Color convert

RGB 149 33 137 -
CMYK 0 0.78 0.08 0.42
HSL 306.21º 0.64% 0.36% -
HSV(B) 306.21º 0.78% 0.58% -
XYZ 17.45 9.28 24.54 -
YUV 79.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 149 33 137 0 0.78 0.08 0.42 306.21 0.64 0.36
Hex 95 21 89 0 4E 8 2A 132 40 24
Octal 225 41 211 0 116 10 52 462 100 44
Binary 10010101 100001 10001001 0 1001110 1000 101010 100110010 1000000 100100

Color Harmonies of #952189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952189

Black with #952189

Text Example


Text Example

White with #952189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952189; }

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

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

background-color css

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

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

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

border-color css

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

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

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