Html Css Color HEX #961373 Dark Purple

📋 copy color: '#961373'

red 150 ◦ green 19 ◦ blue 115

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

Shades of Dark Purple #961373

Tints of Dark Purple #961373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 52.82%
G = 6.69%
B = 40.49%

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

#961373 (or 0x961373) is known color: Dark Purple. HEX triplet: 96, 13 and 73. RGB value is (150,19,115). Sum of RGB (Red+Green+Blue) = 150+19+115=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961373 is #69EC8C. Grayscale: #444444. Windows color (decimal): -6941837 or 7541654. OLE color: 7541654.

HSL color Cylindrical-coordinate representation of color #961373: hue angle of 316.03º 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 #961373 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 115 -
CMYK 0 0.87 0.23 0.41
HSL 316.03º 0.78% 0.33% -
HSV(B) 316.03º 0.87% 0.59% -
XYZ 15.91 8.19 16.96 -
YUV 69.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 150 19 115 0 0.87 0.23 0.41 316.03 0.78 0.33
Hex 96 13 73 0 57 17 29 13C 4E 21
Octal 226 23 163 0 127 27 51 474 116 41
Binary 10010110 10011 1110011 0 1010111 10111 101001 100111100 1001110 100001

Color Harmonies of #961373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961373

Black with #961373

Text Example


Text Example

White with #961373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961373; }

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

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

background-color css

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

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

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

border-color css

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

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

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