Html Css Color HEX #952176 Dark Purple

📋 copy color: '#952176'

red 149 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #952176

Tints of Dark Purple #952176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 49.67%
G = 11%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952176 (or 0x952176) is known color: Dark Purple. HEX triplet: 95, 21 and 76. RGB value is (149,33,118). Sum of RGB (Red+Green+Blue) = 149+33+118=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952176 is #6ADE89. Grayscale: #4D4D4D. Windows color (decimal): -7003786 or 7741845. OLE color: 7741845.

HSL color Cylindrical-coordinate representation of color #952176: hue angle of 316.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952176 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 118 -
CMYK 0 0.78 0.21 0.42
HSL 316.03º 0.64% 0.36% -
HSV(B) 316.03º 0.78% 0.58% -
XYZ 16.21 8.79 17.98 -
YUV 77.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 149 33 118 0 0.78 0.21 0.42 316.03 0.64 0.36
Hex 95 21 76 0 4E 15 2A 13C 40 24
Octal 225 41 166 0 116 25 52 474 100 44
Binary 10010101 100001 1110110 0 1001110 10101 101010 100111100 1000000 100100

Color Harmonies of #952176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952176

Black with #952176

Text Example


Text Example

White with #952176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952176; }

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

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

background-color css

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

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

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

border-color css

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

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

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