Html Css Color HEX #951379 Dark Purple

📋 copy color: '#951379'

red 149 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #951379

Tints of Dark Purple #951379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 51.56%
G = 6.57%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#951379 (or 0x951379) is known color: Dark Purple. HEX triplet: 95, 13 and 79. RGB value is (149,19,121). Sum of RGB (Red+Green+Blue) = 149+19+121=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #951379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951379 is #6AEC86. Grayscale: #454545. Windows color (decimal): -7007367 or 7934869. OLE color: 7934869.

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

Color convert

RGB 149 19 121 -
CMYK 0 0.87 0.19 0.42
HSL 312.92º 0.77% 0.33% -
HSV(B) 312.92º 0.87% 0.58% -
XYZ 16.08 8.24 18.83 -
YUV 69.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 149 19 121 0 0.87 0.19 0.42 312.92 0.77 0.33
Hex 95 13 79 0 57 13 2A 139 4D 21
Octal 225 23 171 0 127 23 52 471 115 41
Binary 10010101 10011 1111001 0 1010111 10011 101010 100111001 1001101 100001

Color Harmonies of #951379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951379

Black with #951379

Text Example


Text Example

White with #951379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951379; }

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

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

background-color css

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

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

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

border-color css

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

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

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