Html Css Color HEX #952877 Dark Purple

📋 copy color: '#952877'

red 149 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #952877

Tints of Dark Purple #952877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 48.38%
G = 12.99%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#952877 (or 0x952877) is known color: Dark Purple. HEX triplet: 95, 28 and 77. RGB value is (149,40,119). Sum of RGB (Red+Green+Blue) = 149+40+119=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #952877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952877 is #6AD788. Grayscale: #515151. Windows color (decimal): -7001993 or 7809173. OLE color: 7809173.

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

Color convert

RGB 149 40 119 -
CMYK 0 0.73 0.20 0.42
HSL 316.51º 0.58% 0.37% -
HSV(B) 316.51º 0.73% 0.58% -
XYZ 16.48 9.24 18.37 -
YUV 81.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 149 40 119 0 0.73 0.20 0.42 316.51 0.58 0.37
Hex 95 28 77 0 49 14 2A 13D 3A 25
Octal 225 50 167 0 111 24 52 475 72 45
Binary 10010101 101000 1110111 0 1001001 10100 101010 100111101 111010 100101

Color Harmonies of #952877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952877

Black with #952877

Text Example


Text Example

White with #952877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952877; }

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

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

background-color css

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

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

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

border-color css

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

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

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