Html Css Color HEX #953E77 Dark Purple

📋 copy color: '#953E77'

red 149 ◦ green 62 ◦ blue 119

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

Shades of Dark Purple #953E77

Tints of Dark Purple #953E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

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

R = 45.15%
G = 18.79%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953E77 (or 0x953E77) is known color: Dark Purple. HEX triplet: 95, 3E and 77. RGB value is (149,62,119). Sum of RGB (Red+Green+Blue) = 149+62+119=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E77 is #6AC188. Grayscale: #5E5E5E. Windows color (decimal): -6996361 or 7814805. OLE color: 7814805.

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

Color convert

RGB 149 62 119 -
CMYK 0 0.58 0.20 0.42
HSL 320.69º 0.41% 0.41% -
HSV(B) 320.69º 0.58% 0.58% -
XYZ 17.45 11.17 18.69 -
YUV 94.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 149 62 119 0 0.58 0.20 0.42 320.69 0.41 0.41
Hex 95 3E 77 0 3A 14 2A 141 29 29
Octal 225 76 167 0 72 24 52 501 51 51
Binary 10010101 111110 1110111 0 111010 10100 101010 101000001 101001 101001

Color Harmonies of #953E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E77

Black with #953E77

Text Example


Text Example

White with #953E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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