Html Css Color HEX #961874 Dark Purple

📋 copy color: '#961874'

red 150 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #961874

Tints of Dark Purple #961874

RGB

 RED value IS 150 (58.98% from 255) = 51.72%

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 51.72%
G = 8.28%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#961874 (or 0x961874) is known color: Dark Purple. HEX triplet: 96, 18 and 74. RGB value is (150,24,116). Sum of RGB (Red+Green+Blue) = 150+24+116=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961874 is #69E78B. Grayscale: #474747. Windows color (decimal): -6940556 or 7608470. OLE color: 7608470.

HSL color Cylindrical-coordinate representation of color #961874: hue angle of 316.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961874 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 116 -
CMYK 0 0.84 0.23 0.41
HSL 316.19º 0.72% 0.34% -
HSV(B) 316.19º 0.84% 0.59% -
XYZ 16.06 8.4 17.3 -
YUV 72.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 150 24 116 0 0.84 0.23 0.41 316.19 0.72 0.34
Hex 96 18 74 0 54 17 29 13C 48 22
Octal 226 30 164 0 124 27 51 474 110 42
Binary 10010110 11000 1110100 0 1010100 10111 101001 100111100 1001000 100010

Color Harmonies of #961874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961874

Black with #961874

Text Example


Text Example

White with #961874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961874; }

 p { color: rgb(150,24,116); }

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

background-color css

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

 a { background-color: rgb(150,24,116); }

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

border-color css

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

 span { border-color: rgb(150,24,116); }

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