Html Css Color HEX #961374 Dark Purple

📋 copy color: '#961374'

red 150 ◦ green 19 ◦ blue 116

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

Shades of Dark Purple #961374

Tints of Dark Purple #961374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 52.63%
G = 6.67%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#961374 (or 0x961374) is known color: Dark Purple. HEX triplet: 96, 13 and 74. RGB value is (150,19,116). Sum of RGB (Red+Green+Blue) = 150+19+116=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961374 is #69EC8B. Grayscale: #444444. Windows color (decimal): -6941836 or 7607190. OLE color: 7607190.

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

Color convert

RGB 150 19 116 -
CMYK 0 0.87 0.23 0.41
HSL 315.57º 0.78% 0.33% -
HSV(B) 315.57º 0.87% 0.59% -
XYZ 15.96 8.21 17.27 -
YUV 69.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 150 19 116 0 0.87 0.23 0.41 315.57 0.78 0.33
Hex 96 13 74 0 57 17 29 13C 4E 21
Octal 226 23 164 0 127 27 51 474 116 41
Binary 10010110 10011 1110100 0 1010111 10111 101001 100111100 1001110 100001

Color Harmonies of #961374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961374

Black with #961374

Text Example


Text Example

White with #961374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961374; }

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

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

background-color css

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

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

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

border-color css

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

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

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