Html Css Color HEX #96367E Dark Purple

📋 copy color: '#96367E'

red 150 ◦ green 54 ◦ blue 126

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

Shades of Dark Purple #96367E

Tints of Dark Purple #96367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 45.45%
G = 16.36%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96367E (or 0x96367E) is known color: Dark Purple. HEX triplet: 96, 36 and 7E. RGB value is (150,54,126). Sum of RGB (Red+Green+Blue) = 150+54+126=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96367E is #69C981. Grayscale: #5A5A5A. Windows color (decimal): -6932866 or 8271510. OLE color: 8271510.

HSL color Cylindrical-coordinate representation of color #96367E: hue angle of 315º 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 #96367E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 126 -
CMYK 0 0.64 0.16 0.41
HSL 315º 0.47% 0.4% -
HSV(B) 315º 0.64% 0.59% -
XYZ 17.66 10.63 20.86 -
YUV 90.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 150 54 126 0 0.64 0.16 0.41 315 0.47 0.4
Hex 96 36 7E 0 40 10 29 13B 2F 28
Octal 226 66 176 0 100 20 51 473 57 50
Binary 10010110 110110 1111110 0 1000000 10000 101001 100111011 101111 101000

Color Harmonies of #96367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96367E

Black with #96367E

Text Example


Text Example

White with #96367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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