Html Css Color HEX #953D77 Dark Purple

📋 copy color: '#953D77'

red 149 ◦ green 61 ◦ blue 119

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

Shades of Dark Purple #953D77

Tints of Dark Purple #953D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

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

R = 45.29%
G = 18.54%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953D77 (or 0x953D77) is known color: Dark Purple. HEX triplet: 95, 3D and 77. RGB value is (149,61,119). Sum of RGB (Red+Green+Blue) = 149+61+119=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953D77 is #6AC288. Grayscale: #5D5D5D. Windows color (decimal): -6996617 or 7814549. OLE color: 7814549.

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

Color convert

RGB 149 61 119 -
CMYK 0 0.59 0.20 0.42
HSL 320.45º 0.42% 0.41% -
HSV(B) 320.45º 0.59% 0.58% -
XYZ 17.39 11.06 18.67 -
YUV 93.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 149 61 119 0 0.59 0.20 0.42 320.45 0.42 0.41
Hex 95 3D 77 0 3B 14 2A 140 2A 29
Octal 225 75 167 0 73 24 52 500 52 51
Binary 10010101 111101 1110111 0 111011 10100 101010 101000000 101010 101001

Color Harmonies of #953D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D77

Black with #953D77

Text Example


Text Example

White with #953D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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