Html Css Color HEX #96347C Dark Purple

📋 copy color: '#96347C'

red 150 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #96347C

Tints of Dark Purple #96347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 46.01%
G = 15.95%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96347C (or 0x96347C) is known color: Dark Purple. HEX triplet: 96, 34 and 7C. RGB value is (150,52,124). Sum of RGB (Red+Green+Blue) = 150+52+124=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347C is #69CB83. Grayscale: #595959. Windows color (decimal): -6933380 or 8139926. OLE color: 8139926.

HSL color Cylindrical-coordinate representation of color #96347C: hue angle of 315.92º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96347C is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 124 -
CMYK 0 0.65 0.17 0.41
HSL 315.92º 0.49% 0.4% -
HSV(B) 315.92º 0.65% 0.59% -
XYZ 17.44 10.4 20.16 -
YUV 89.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 150 52 124 0 0.65 0.17 0.41 315.92 0.49 0.4
Hex 96 34 7C 0 41 11 29 13C 31 28
Octal 226 64 174 0 101 21 51 474 61 50
Binary 10010110 110100 1111100 0 1000001 10001 101001 100111100 110001 101000

Color Harmonies of #96347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96347C

Black with #96347C

Text Example


Text Example

White with #96347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,52,124); }

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

background-color css

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

 a { background-color: rgb(150,52,124); }

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

border-color css

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

 span { border-color: rgb(150,52,124); }

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