Html Css Color HEX #953477 Dark Purple

📋 copy color: '#953477'

red 149 ◦ green 52 ◦ blue 119

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

Shades of Dark Purple #953477

Tints of Dark Purple #953477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 46.56%
G = 16.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953477 (or 0x953477) is known color: Dark Purple. HEX triplet: 95, 34 and 77. RGB value is (149,52,119). Sum of RGB (Red+Green+Blue) = 149+52+119=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953477 is #6ACB88. Grayscale: #585858. Windows color (decimal): -6998921 or 7812245. OLE color: 7812245.

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

Color convert

RGB 149 52 119 -
CMYK 0 0.65 0.20 0.42
HSL 318.56º 0.48% 0.39% -
HSV(B) 318.56º 0.65% 0.58% -
XYZ 16.95 10.18 18.52 -
YUV 88.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 149 52 119 0 0.65 0.20 0.42 318.56 0.48 0.39
Hex 95 34 77 0 41 14 2A 13F 30 27
Octal 225 64 167 0 101 24 52 477 60 47
Binary 10010101 110100 1110111 0 1000001 10100 101010 100111111 110000 100111

Color Harmonies of #953477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953477

Black with #953477

Text Example


Text Example

White with #953477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953477; }

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

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

background-color css

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

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

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

border-color css

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

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

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