Html Css Color HEX #953977 Dark Purple

📋 copy color: '#953977'

red 149 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #953977

Tints of Dark Purple #953977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 45.85%
G = 17.54%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953977 (or 0x953977) is known color: Dark Purple. HEX triplet: 95, 39 and 77. RGB value is (149,57,119). Sum of RGB (Red+Green+Blue) = 149+57+119=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #953977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953977 is #6AC688. Grayscale: #5B5B5B. Windows color (decimal): -6997641 or 7813525. OLE color: 7813525.

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

Color convert

RGB 149 57 119 -
CMYK 0 0.62 0.20 0.42
HSL 319.57º 0.45% 0.4% -
HSV(B) 319.57º 0.62% 0.58% -
XYZ 17.19 10.65 18.6 -
YUV 91.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 149 57 119 0 0.62 0.20 0.42 319.57 0.45 0.4
Hex 95 39 77 0 3E 14 2A 140 2D 28
Octal 225 71 167 0 76 24 52 500 55 50
Binary 10010101 111001 1110111 0 111110 10100 101010 101000000 101101 101000

Color Harmonies of #953977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953977

Black with #953977

Text Example


Text Example

White with #953977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953977; }

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

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

background-color css

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

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

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

border-color css

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

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

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