Html Css Color HEX #96367C Dark Purple

📋 copy color: '#96367C'

red 150 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #96367C

Tints of Dark Purple #96367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

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

R = 45.73%
G = 16.46%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96367C (or 0x96367C) is known color: Dark Purple. HEX triplet: 96, 36 and 7C. RGB value is (150,54,124). Sum of RGB (Red+Green+Blue) = 150+54+124=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96367C is #69C983. Grayscale: #5A5A5A. Windows color (decimal): -6932868 or 8140438. OLE color: 8140438.

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

Color convert

RGB 150 54 124 -
CMYK 0 0.64 0.17 0.41
HSL 316.25º 0.47% 0.4% -
HSV(B) 316.25º 0.64% 0.59% -
XYZ 17.53 10.58 20.19 -
YUV 90.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 150 54 124 0 0.64 0.17 0.41 316.25 0.47 0.4
Hex 96 36 7C 0 40 11 29 13C 2F 28
Octal 226 66 174 0 100 21 51 474 57 50
Binary 10010110 110110 1111100 0 1000000 10001 101001 100111100 101111 101000

Color Harmonies of #96367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96367C

Black with #96367C

Text Example


Text Example

White with #96367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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