Html Css Color HEX #96357D Dark Purple

📋 copy color: '#96357D'

red 150 ◦ green 53 ◦ blue 125

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

Shades of Dark Purple #96357D

Tints of Dark Purple #96357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 45.73%
G = 16.16%
B = 38.11%

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

#96357D (or 0x96357D) is known color: Dark Purple. HEX triplet: 96, 35 and 7D. RGB value is (150,53,125). Sum of RGB (Red+Green+Blue) = 150+53+125=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96357D is #69CA82. Grayscale: #5A5A5A. Windows color (decimal): -6933123 or 8205718. OLE color: 8205718.

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

Color convert

RGB 150 53 125 -
CMYK 0 0.65 0.17 0.41
HSL 315.46º 0.48% 0.4% -
HSV(B) 315.46º 0.65% 0.59% -
XYZ 17.55 10.51 20.51 -
YUV 90.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 150 53 125 0 0.65 0.17 0.41 315.46 0.48 0.4
Hex 96 35 7D 0 41 11 29 13B 30 28
Octal 226 65 175 0 101 21 51 473 60 50
Binary 10010110 110101 1111101 0 1000001 10001 101001 100111011 110000 101000

Color Harmonies of #96357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96357D

Black with #96357D

Text Example


Text Example

White with #96357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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