Html Css Color HEX #952776 Dark Purple

📋 copy color: '#952776'

red 149 ◦ green 39 ◦ blue 118

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

Shades of Dark Purple #952776

Tints of Dark Purple #952776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 48.69%
G = 12.75%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#952776 (or 0x952776) is known color: Dark Purple. HEX triplet: 95, 27 and 76. RGB value is (149,39,118). Sum of RGB (Red+Green+Blue) = 149+39+118=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952776 is #6AD889. Grayscale: #505050. Windows color (decimal): -7002250 or 7743381. OLE color: 7743381.

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

Color convert

RGB 149 39 118 -
CMYK 0 0.74 0.21 0.42
HSL 316.91º 0.59% 0.37% -
HSV(B) 316.91º 0.74% 0.58% -
XYZ 16.39 9.15 18.04 -
YUV 80.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 149 39 118 0 0.74 0.21 0.42 316.91 0.59 0.37
Hex 95 27 76 0 4A 15 2A 13D 3B 25
Octal 225 47 166 0 112 25 52 475 73 45
Binary 10010101 100111 1110110 0 1001010 10101 101010 100111101 111011 100101

Color Harmonies of #952776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952776

Black with #952776

Text Example


Text Example

White with #952776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952776; }

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

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

background-color css

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

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

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

border-color css

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

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

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