Html Css Color HEX #953277 Dark Purple

📋 copy color: '#953277'

red 149 ◦ green 50 ◦ blue 119

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

Shades of Dark Purple #953277

Tints of Dark Purple #953277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

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

R = 46.86%
G = 15.72%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953277 (or 0x953277) is known color: Dark Purple. HEX triplet: 95, 32 and 77. RGB value is (149,50,119). Sum of RGB (Red+Green+Blue) = 149+50+119=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953277 is #6ACD88. Grayscale: #575757. Windows color (decimal): -6999433 or 7811733. OLE color: 7811733.

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

Color convert

RGB 149 50 119 -
CMYK 0 0.66 0.20 0.42
HSL 318.18º 0.5% 0.39% -
HSV(B) 318.18º 0.66% 0.58% -
XYZ 16.86 10 18.49 -
YUV 87.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 149 50 119 0 0.66 0.20 0.42 318.18 0.5 0.39
Hex 95 32 77 0 42 14 2A 13E 32 27
Octal 225 62 167 0 102 24 52 476 62 47
Binary 10010101 110010 1110111 0 1000010 10100 101010 100111110 110010 100111

Color Harmonies of #953277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953277

Black with #953277

Text Example


Text Example

White with #953277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953277; }

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

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

background-color css

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

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

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

border-color css

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

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

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