Html Css Color HEX #96296C Dark Purple

📋 copy color: '#96296C'

red 150 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #96296C

Tints of Dark Purple #96296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 50.17%
G = 13.71%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96296C (or 0x96296C) is known color: Dark Purple. HEX triplet: 96, 29 and 6C. RGB value is (150,41,108). Sum of RGB (Red+Green+Blue) = 150+41+108=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296C is #69D693. Grayscale: #515151. Windows color (decimal): -6936212 or 7088534. OLE color: 7088534.

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

Color convert

RGB 150 41 108 -
CMYK 0 0.73 0.28 0.41
HSL 323.12º 0.57% 0.37% -
HSV(B) 323.12º 0.73% 0.59% -
XYZ 16.08 9.15 15.11 -
YUV 81.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 150 41 108 0 0.73 0.28 0.41 323.12 0.57 0.37
Hex 96 29 6C 0 49 1C 29 143 39 25
Octal 226 51 154 0 111 34 51 503 71 45
Binary 10010110 101001 1101100 0 1001001 11100 101001 101000011 111001 100101

Color Harmonies of #96296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96296C

Black with #96296C

Text Example


Text Example

White with #96296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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