Html Css Color HEX #953780 Dark Purple

📋 copy color: '#953780'

red 149 ◦ green 55 ◦ blue 128

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

Shades of Dark Purple #953780

Tints of Dark Purple #953780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 44.88%
G = 16.57%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#953780 (or 0x953780) is known color: Dark Purple. HEX triplet: 95, 37 and 80. RGB value is (149,55,128). Sum of RGB (Red+Green+Blue) = 149+55+128=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #953780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953780 is #6AC87F. Grayscale: #5B5B5B. Windows color (decimal): -6998144 or 8402837. OLE color: 8402837.

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

Color convert

RGB 149 55 128 -
CMYK 0 0.63 0.14 0.42
HSL 313.4º 0.46% 0.4% -
HSV(B) 313.4º 0.63% 0.58% -
XYZ 17.66 10.68 21.55 -
YUV 91.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 149 55 128 0 0.63 0.14 0.42 313.4 0.46 0.4
Hex 95 37 80 0 3F E 2A 139 2E 28
Octal 225 67 200 0 77 16 52 471 56 50
Binary 10010101 110111 10000000 0 111111 1110 101010 100111001 101110 101000

Color Harmonies of #953780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953780

Black with #953780

Text Example


Text Example

White with #953780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953780; }

 p { color: rgb(149,55,128); }

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

background-color css

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

 a { background-color: rgb(149,55,128); }

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

border-color css

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

 span { border-color: rgb(149,55,128); }

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