Html Css Color HEX #952787 Dark Purple

📋 copy color: '#952787'

red 149 ◦ green 39 ◦ blue 135

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

Shades of Dark Purple #952787

Tints of Dark Purple #952787

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.07%

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

R = 46.13%
G = 12.07%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952787 (or 0x952787) is known color: Dark Purple. HEX triplet: 95, 27 and 87. RGB value is (149,39,135). Sum of RGB (Red+Green+Blue) = 149+39+135=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952787 is #6AD878. Grayscale: #525252. Windows color (decimal): -7002233 or 8857493. OLE color: 8857493.

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

Color convert

RGB 149 39 135 -
CMYK 0 0.74 0.09 0.42
HSL 307.64º 0.59% 0.37% -
HSV(B) 307.64º 0.74% 0.58% -
XYZ 17.49 9.59 23.85 -
YUV 82.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 149 39 135 0 0.74 0.09 0.42 307.64 0.59 0.37
Hex 95 27 87 0 4A 9 2A 134 3B 25
Octal 225 47 207 0 112 11 52 464 73 45
Binary 10010101 100111 10000111 0 1001010 1001 101010 100110100 111011 100101

Color Harmonies of #952787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952787

Black with #952787

Text Example


Text Example

White with #952787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952787; }

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

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

background-color css

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

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

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

border-color css

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

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

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