Html Css Color HEX #96327E Dark Purple

📋 copy color: '#96327E'

red 150 ◦ green 50 ◦ blue 126

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

Shades of Dark Purple #96327E

Tints of Dark Purple #96327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 46.01%
G = 15.34%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96327E (or 0x96327E) is known color: Dark Purple. HEX triplet: 96, 32 and 7E. RGB value is (150,50,126). Sum of RGB (Red+Green+Blue) = 150+50+126=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96327E is #69CD81. Grayscale: #585858. Windows color (decimal): -6933890 or 8270486. OLE color: 8270486.

HSL color Cylindrical-coordinate representation of color #96327E: hue angle of 314.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 #96327E is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 126 -
CMYK 0 0.67 0.16 0.41
HSL 314.4º 0.5% 0.39% -
HSV(B) 314.4º 0.67% 0.59% -
XYZ 17.48 10.27 20.8 -
YUV 88.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 150 50 126 0 0.67 0.16 0.41 314.4 0.5 0.39
Hex 96 32 7E 0 43 10 29 13A 32 27
Octal 226 62 176 0 103 20 51 472 62 47
Binary 10010110 110010 1111110 0 1000011 10000 101001 100111010 110010 100111

Color Harmonies of #96327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96327E

Black with #96327E

Text Example


Text Example

White with #96327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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