Html Css Color HEX #96387D Dark Purple

📋 copy color: '#96387D'

red 150 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #96387D

Tints of Dark Purple #96387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 45.32%
G = 16.92%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96387D (or 0x96387D) is known color: Dark Purple. HEX triplet: 96, 38 and 7D. RGB value is (150,56,125). Sum of RGB (Red+Green+Blue) = 150+56+125=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387D is #69C782. Grayscale: #5B5B5B. Windows color (decimal): -6932355 or 8206486. OLE color: 8206486.

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

Color convert

RGB 150 56 125 -
CMYK 0 0.63 0.17 0.41
HSL 315.96º 0.46% 0.4% -
HSV(B) 315.96º 0.63% 0.59% -
XYZ 17.69 10.79 20.55 -
YUV 91.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 150 56 125 0 0.63 0.17 0.41 315.96 0.46 0.4
Hex 96 38 7D 0 3F 11 29 13C 2E 28
Octal 226 70 175 0 77 21 51 474 56 50
Binary 10010110 111000 1111101 0 111111 10001 101001 100111100 101110 101000

Color Harmonies of #96387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96387D

Black with #96387D

Text Example


Text Example

White with #96387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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