Html Css Color HEX #96296D Dark Purple

📋 copy color: '#96296D'

red 150 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #96296D

Tints of Dark Purple #96296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 50%
G = 13.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96296D (or 0x96296D) is known color: Dark Purple. HEX triplet: 96, 29 and 6D. RGB value is (150,41,109). Sum of RGB (Red+Green+Blue) = 150+41+109=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296D is #69D692. Grayscale: #515151. Windows color (decimal): -6936211 or 7154070. OLE color: 7154070.

HSL color Cylindrical-coordinate representation of color #96296D: hue angle of 322.57º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96296D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 109 -
CMYK 0 0.73 0.27 0.41
HSL 322.57º 0.57% 0.37% -
HSV(B) 322.57º 0.73% 0.59% -
XYZ 16.13 9.17 15.39 -
YUV 81.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 150 41 109 0 0.73 0.27 0.41 322.57 0.57 0.37
Hex 96 29 6D 0 49 1B 29 143 39 25
Octal 226 51 155 0 111 33 51 503 71 45
Binary 10010110 101001 1101101 0 1001001 11011 101001 101000011 111001 100101

Color Harmonies of #96296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96296D

Black with #96296D

Text Example


Text Example

White with #96296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96296D; }

 p { color: rgb(150,41,109); }

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

background-color css

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

 a { background-color: rgb(150,41,109); }

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

border-color css

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

 span { border-color: rgb(150,41,109); }

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