Html Css Color HEX #953079 Dark Purple

📋 copy color: '#953079'

red 149 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #953079

Tints of Dark Purple #953079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 46.86%
G = 15.09%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#953079 (or 0x953079) is known color: Dark Purple. HEX triplet: 95, 30 and 79. RGB value is (149,48,121). Sum of RGB (Red+Green+Blue) = 149+48+121=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953079 is #6ACF86. Grayscale: #565656. Windows color (decimal): -6999943 or 7942293. OLE color: 7942293.

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

Color convert

RGB 149 48 121 -
CMYK 0 0.68 0.19 0.42
HSL 316.63º 0.51% 0.39% -
HSV(B) 316.63º 0.68% 0.58% -
XYZ 16.9 9.88 19.11 -
YUV 86.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 149 48 121 0 0.68 0.19 0.42 316.63 0.51 0.39
Hex 95 30 79 0 44 13 2A 13D 33 27
Octal 225 60 171 0 104 23 52 475 63 47
Binary 10010101 110000 1111001 0 1000100 10011 101010 100111101 110011 100111

Color Harmonies of #953079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953079

Black with #953079

Text Example


Text Example

White with #953079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953079; }

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

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

background-color css

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

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

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

border-color css

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

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

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