Html Css Color HEX #952E77 Dark Purple

📋 copy color: '#952E77'

red 149 ◦ green 46 ◦ blue 119

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

Shades of Dark Purple #952E77

Tints of Dark Purple #952E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

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

R = 47.45%
G = 14.65%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#952E77 (or 0x952E77) is known color: Dark Purple. HEX triplet: 95, 2E and 77. RGB value is (149,46,119). Sum of RGB (Red+Green+Blue) = 149+46+119=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E77 is #6AD188. Grayscale: #545454. Windows color (decimal): -7000457 or 7810709. OLE color: 7810709.

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

Color convert

RGB 149 46 119 -
CMYK 0 0.69 0.20 0.42
HSL 317.48º 0.53% 0.38% -
HSV(B) 317.48º 0.69% 0.58% -
XYZ 16.7 9.68 18.44 -
YUV 85.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 149 46 119 0 0.69 0.20 0.42 317.48 0.53 0.38
Hex 95 2E 77 0 45 14 2A 13D 35 26
Octal 225 56 167 0 105 24 52 475 65 46
Binary 10010101 101110 1110111 0 1000101 10100 101010 100111101 110101 100110

Color Harmonies of #952E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E77

Black with #952E77

Text Example


Text Example

White with #952E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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