Html Css Color HEX #96316F Dark Purple

📋 copy color: '#96316F'

red 150 ◦ green 49 ◦ blue 111

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

Shades of Dark Purple #96316F

Tints of Dark Purple #96316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 48.39%
G = 15.81%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96316F (or 0x96316F) is known color: Dark Purple. HEX triplet: 96, 31 and 6F. RGB value is (150,49,111). Sum of RGB (Red+Green+Blue) = 150+49+111=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96316F is #69CE90. Grayscale: #565656. Windows color (decimal): -6934161 or 7287190. OLE color: 7287190.

HSL color Cylindrical-coordinate representation of color #96316F: hue angle of 323.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96316F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 111 -
CMYK 0 0.67 0.26 0.41
HSL 323.17º 0.51% 0.39% -
HSV(B) 323.17º 0.67% 0.59% -
XYZ 16.55 9.83 16.06 -
YUV 86.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 150 49 111 0 0.67 0.26 0.41 323.17 0.51 0.39
Hex 96 31 6F 0 43 1A 29 143 33 27
Octal 226 61 157 0 103 32 51 503 63 47
Binary 10010110 110001 1101111 0 1000011 11010 101001 101000011 110011 100111

Color Harmonies of #96316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96316F

Black with #96316F

Text Example


Text Example

White with #96316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96316F; }

 p { color: rgb(150,49,111); }

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

background-color css

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

 a { background-color: rgb(150,49,111); }

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

border-color css

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

 span { border-color: rgb(150,49,111); }

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