Html Css Color HEX #953276 Dark Purple

📋 copy color: '#953276'

red 149 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #953276

Tints of Dark Purple #953276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 47%
G = 15.77%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#953276 (or 0x953276) is known color: Dark Purple. HEX triplet: 95, 32 and 76. RGB value is (149,50,118). Sum of RGB (Red+Green+Blue) = 149+50+118=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #953276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953276 is #6ACD89. Grayscale: #575757. Windows color (decimal): -6999434 or 7746197. OLE color: 7746197.

HSL color Cylindrical-coordinate representation of color #953276: hue angle of 318.79º 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 #953276 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 118 -
CMYK 0 0.66 0.21 0.42
HSL 318.79º 0.5% 0.39% -
HSV(B) 318.79º 0.66% 0.58% -
XYZ 16.81 9.98 18.18 -
YUV 87.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 149 50 118 0 0.66 0.21 0.42 318.79 0.5 0.39
Hex 95 32 76 0 42 15 2A 13F 32 27
Octal 225 62 166 0 102 25 52 477 62 47
Binary 10010101 110010 1110110 0 1000010 10101 101010 100111111 110010 100111

Color Harmonies of #953276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953276

Black with #953276

Text Example


Text Example

White with #953276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953276; }

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

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

background-color css

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

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

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

border-color css

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

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

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