Html Css Color HEX #952F89 Dark Purple

📋 copy color: '#952F89'

red 149 ◦ green 47 ◦ blue 137

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

Shades of Dark Purple #952F89

Tints of Dark Purple #952F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 44.74%
G = 14.11%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#952F89 (or 0x952F89) is known color: Dark Purple. HEX triplet: 95, 2F and 89. RGB value is (149,47,137). Sum of RGB (Red+Green+Blue) = 149+47+137=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F89 is #6AD076. Grayscale: #575757. Windows color (decimal): -7000183 or 8990613. OLE color: 8990613.

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

Color convert

RGB 149 47 137 -
CMYK 0 0.68 0.08 0.42
HSL 307.06º 0.52% 0.38% -
HSV(B) 307.06º 0.68% 0.58% -
XYZ 17.93 10.23 24.7 -
YUV 87.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 149 47 137 0 0.68 0.08 0.42 307.06 0.52 0.38
Hex 95 2F 89 0 44 8 2A 133 34 26
Octal 225 57 211 0 104 10 52 463 64 46
Binary 10010101 101111 10001001 0 1000100 1000 101010 100110011 110100 100110

Color Harmonies of #952F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F89

Black with #952F89

Text Example


Text Example

White with #952F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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