Html Css Color HEX #952878 Dark Purple

📋 copy color: '#952878'

red 149 ◦ green 40 ◦ blue 120

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

Shades of Dark Purple #952878

Tints of Dark Purple #952878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 48.22%
G = 12.94%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952878 (or 0x952878) is known color: Dark Purple. HEX triplet: 95, 28 and 78. RGB value is (149,40,120). Sum of RGB (Red+Green+Blue) = 149+40+120=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952878 is #6AD787. Grayscale: #515151. Windows color (decimal): -7001992 or 7874709. OLE color: 7874709.

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

Color convert

RGB 149 40 120 -
CMYK 0 0.73 0.19 0.42
HSL 315.96º 0.58% 0.37% -
HSV(B) 315.96º 0.73% 0.58% -
XYZ 16.54 9.26 18.69 -
YUV 81.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 149 40 120 0 0.73 0.19 0.42 315.96 0.58 0.37
Hex 95 28 78 0 49 13 2A 13C 3A 25
Octal 225 50 170 0 111 23 52 474 72 45
Binary 10010101 101000 1111000 0 1001001 10011 101010 100111100 111010 100101

Color Harmonies of #952878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952878

Black with #952878

Text Example


Text Example

White with #952878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952878; }

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

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

background-color css

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

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

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

border-color css

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

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

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