Html Css Color HEX #954079 Dark Purple

📋 copy color: '#954079'

red 149 ◦ green 64 ◦ blue 121

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

Shades of Dark Purple #954079

Tints of Dark Purple #954079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 44.61%
G = 19.16%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954079 (or 0x954079) is known color: Dark Purple. HEX triplet: 95, 40 and 79. RGB value is (149,64,121). Sum of RGB (Red+Green+Blue) = 149+64+121=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954079 is #6ABF86. Grayscale: #5F5F5F. Windows color (decimal): -6995847 or 7946389. OLE color: 7946389.

HSL color Cylindrical-coordinate representation of color #954079: hue angle of 319.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954079 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 121 -
CMYK 0 0.57 0.19 0.42
HSL 319.76º 0.4% 0.42% -
HSV(B) 319.76º 0.57% 0.58% -
XYZ 17.68 11.44 19.36 -
YUV 95.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 149 64 121 0 0.57 0.19 0.42 319.76 0.4 0.42
Hex 95 40 79 0 39 13 2A 140 28 2A
Octal 225 100 171 0 71 23 52 500 50 52
Binary 10010101 1000000 1111001 0 111001 10011 101010 101000000 101000 101010

Color Harmonies of #954079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954079

Black with #954079

Text Example


Text Example

White with #954079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954079; }

 p { color: rgb(149,64,121); }

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

background-color css

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

 a { background-color: rgb(149,64,121); }

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

border-color css

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

 span { border-color: rgb(149,64,121); }

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