Html Css Color HEX #96296E Dark Purple

📋 copy color: '#96296E'

red 150 ◦ green 41 ◦ blue 110

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

Shades of Dark Purple #96296E

Tints of Dark Purple #96296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 49.83%
G = 13.62%
B = 36.54%

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

#96296E (or 0x96296E) is known color: Dark Purple. HEX triplet: 96, 29 and 6E. RGB value is (150,41,110). Sum of RGB (Red+Green+Blue) = 150+41+110=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296E is #69D691. Grayscale: #515151. Windows color (decimal): -6936210 or 7219606. OLE color: 7219606.

HSL color Cylindrical-coordinate representation of color #96296E: hue angle of 322.02º 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 #96296E is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 110 -
CMYK 0 0.73 0.27 0.41
HSL 322.02º 0.57% 0.37% -
HSV(B) 322.02º 0.73% 0.59% -
XYZ 16.19 9.2 15.67 -
YUV 81.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 150 41 110 0 0.73 0.27 0.41 322.02 0.57 0.37
Hex 96 29 6E 0 49 1B 29 142 39 25
Octal 226 51 156 0 111 33 51 502 71 45
Binary 10010110 101001 1101110 0 1001001 11011 101001 101000010 111001 100101

Color Harmonies of #96296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96296E

Black with #96296E

Text Example


Text Example

White with #96296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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