Html Css Color HEX #96347D Dark Purple

📋 copy color: '#96347D'

red 150 ◦ green 52 ◦ blue 125

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

Shades of Dark Purple #96347D

Tints of Dark Purple #96347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 45.87%
G = 15.9%
B = 38.23%

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

#96347D (or 0x96347D) is known color: Dark Purple. HEX triplet: 96, 34 and 7D. RGB value is (150,52,125). Sum of RGB (Red+Green+Blue) = 150+52+125=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347D is #69CB82. Grayscale: #595959. Windows color (decimal): -6933379 or 8205462. OLE color: 8205462.

HSL color Cylindrical-coordinate representation of color #96347D: hue angle of 315.31º 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 #96347D is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 125 -
CMYK 0 0.65 0.17 0.41
HSL 315.31º 0.49% 0.4% -
HSV(B) 315.31º 0.65% 0.59% -
XYZ 17.51 10.42 20.49 -
YUV 89.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 150 52 125 0 0.65 0.17 0.41 315.31 0.49 0.4
Hex 96 34 7D 0 41 11 29 13B 31 28
Octal 226 64 175 0 101 21 51 473 61 50
Binary 10010110 110100 1111101 0 1000001 10001 101001 100111011 110001 101000

Color Harmonies of #96347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96347D

Black with #96347D

Text Example


Text Example

White with #96347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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