Html Css Color HEX #96326F Dark Purple

📋 copy color: '#96326F'

red 150 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #96326F

Tints of Dark Purple #96326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 48.23%
G = 16.08%
B = 35.69%

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

#96326F (or 0x96326F) is known color: Dark Purple. HEX triplet: 96, 32 and 6F. RGB value is (150,50,111). Sum of RGB (Red+Green+Blue) = 150+50+111=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326F is #69CD90. Grayscale: #565656. Windows color (decimal): -6933905 or 7287446. OLE color: 7287446.

HSL color Cylindrical-coordinate representation of color #96326F: hue angle of 323.4º degrees, saturation: 0.5, 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 #96326F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 111 -
CMYK 0 0.67 0.26 0.41
HSL 323.4º 0.5% 0.39% -
HSV(B) 323.4º 0.67% 0.59% -
XYZ 16.59 9.91 16.08 -
YUV 86.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 150 50 111 0 0.67 0.26 0.41 323.4 0.5 0.39
Hex 96 32 6F 0 43 1A 29 143 32 27
Octal 226 62 157 0 103 32 51 503 62 47
Binary 10010110 110010 1101111 0 1000011 11010 101001 101000011 110010 100111

Color Harmonies of #96326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96326F

Black with #96326F

Text Example


Text Example

White with #96326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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