Html Css Color HEX #952887 Dark Purple

📋 copy color: '#952887'

red 149 ◦ green 40 ◦ blue 135

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

Shades of Dark Purple #952887

Tints of Dark Purple #952887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 45.99%
G = 12.35%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952887 (or 0x952887) is known color: Dark Purple. HEX triplet: 95, 28 and 87. RGB value is (149,40,135). Sum of RGB (Red+Green+Blue) = 149+40+135=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952887 is #6AD778. Grayscale: #535353. Windows color (decimal): -7001977 or 8857749. OLE color: 8857749.

HSL color Cylindrical-coordinate representation of color #952887: hue angle of 307.71º 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 #952887 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 135 -
CMYK 0 0.73 0.09 0.42
HSL 307.71º 0.58% 0.37% -
HSV(B) 307.71º 0.73% 0.58% -
XYZ 17.53 9.66 23.86 -
YUV 83.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 149 40 135 0 0.73 0.09 0.42 307.71 0.58 0.37
Hex 95 28 87 0 49 9 2A 134 3A 25
Octal 225 50 207 0 111 11 52 464 72 45
Binary 10010101 101000 10000111 0 1001001 1001 101010 100110100 111010 100101

Color Harmonies of #952887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952887

Black with #952887

Text Example


Text Example

White with #952887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952887; }

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

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

background-color css

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

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

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

border-color css

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

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

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