Html Css Color HEX #952978 Dark Purple

📋 copy color: '#952978'

red 149 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #952978

Tints of Dark Purple #952978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 48.06%
G = 13.23%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952978 (or 0x952978) is known color: Dark Purple. HEX triplet: 95, 29 and 78. RGB value is (149,41,120). Sum of RGB (Red+Green+Blue) = 149+41+120=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952978 is #6AD687. Grayscale: #525252. Windows color (decimal): -7001736 or 7874965. OLE color: 7874965.

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

Color convert

RGB 149 41 120 -
CMYK 0 0.72 0.19 0.42
HSL 316.11º 0.57% 0.37% -
HSV(B) 316.11º 0.72% 0.58% -
XYZ 16.58 9.33 18.7 -
YUV 82.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 149 41 120 0 0.72 0.19 0.42 316.11 0.57 0.37
Hex 95 29 78 0 48 13 2A 13C 39 25
Octal 225 51 170 0 110 23 52 474 71 45
Binary 10010101 101001 1111000 0 1001000 10011 101010 100111100 111001 100101

Color Harmonies of #952978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952978

Black with #952978

Text Example


Text Example

White with #952978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952978; }

 p { color: rgb(149,41,120); }

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

background-color css

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

 a { background-color: rgb(149,41,120); }

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

border-color css

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

 span { border-color: rgb(149,41,120); }

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