Html Css Color HEX #952874 Dark Purple

📋 copy color: '#952874'

red 149 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #952874

Tints of Dark Purple #952874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 48.85%
G = 13.11%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#952874 (or 0x952874) is known color: Dark Purple. HEX triplet: 95, 28 and 74. RGB value is (149,40,116). Sum of RGB (Red+Green+Blue) = 149+40+116=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #952874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952874 is #6AD78B. Grayscale: #515151. Windows color (decimal): -7001996 or 7612565. OLE color: 7612565.

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

Color convert

RGB 149 40 116 -
CMYK 0 0.73 0.22 0.42
HSL 318.17º 0.58% 0.37% -
HSV(B) 318.17º 0.73% 0.58% -
XYZ 16.31 9.17 17.43 -
YUV 81.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 149 40 116 0 0.73 0.22 0.42 318.17 0.58 0.37
Hex 95 28 74 0 49 16 2A 13E 3A 25
Octal 225 50 164 0 111 26 52 476 72 45
Binary 10010101 101000 1110100 0 1001001 10110 101010 100111110 111010 100101

Color Harmonies of #952874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952874

Black with #952874

Text Example


Text Example

White with #952874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952874; }

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

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

background-color css

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

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

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

border-color css

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

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

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