Html Css Color HEX #953077 Dark Purple

📋 copy color: '#953077'

red 149 ◦ green 48 ◦ blue 119

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

Shades of Dark Purple #953077

Tints of Dark Purple #953077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 47.15%
G = 15.19%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#953077 (or 0x953077) is known color: Dark Purple. HEX triplet: 95, 30 and 77. RGB value is (149,48,119). Sum of RGB (Red+Green+Blue) = 149+48+119=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953077 is #6ACF88. Grayscale: #565656. Windows color (decimal): -6999945 or 7811221. OLE color: 7811221.

HSL color Cylindrical-coordinate representation of color #953077: hue angle of 317.82º 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 #953077 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 119 -
CMYK 0 0.68 0.20 0.42
HSL 317.82º 0.51% 0.39% -
HSV(B) 317.82º 0.68% 0.58% -
XYZ 16.78 9.84 18.47 -
YUV 86.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 149 48 119 0 0.68 0.20 0.42 317.82 0.51 0.39
Hex 95 30 77 0 44 14 2A 13E 33 27
Octal 225 60 167 0 104 24 52 476 63 47
Binary 10010101 110000 1110111 0 1000100 10100 101010 100111110 110011 100111

Color Harmonies of #953077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953077

Black with #953077

Text Example


Text Example

White with #953077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953077; }

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

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

background-color css

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

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

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

border-color css

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

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

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