Html Css Color HEX #96287C Dark Purple

📋 copy color: '#96287C'

red 150 ◦ green 40 ◦ blue 124

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

Shades of Dark Purple #96287C

Tints of Dark Purple #96287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

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

R = 47.77%
G = 12.74%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96287C (or 0x96287C) is known color: Dark Purple. HEX triplet: 96, 28 and 7C. RGB value is (150,40,124). Sum of RGB (Red+Green+Blue) = 150+40+124=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96287C is #69D783. Grayscale: #525252. Windows color (decimal): -6936452 or 8136854. OLE color: 8136854.

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

Color convert

RGB 150 40 124 -
CMYK 0 0.73 0.17 0.41
HSL 314.18º 0.58% 0.37% -
HSV(B) 314.18º 0.73% 0.59% -
XYZ 16.97 9.46 20 -
YUV 82.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 150 40 124 0 0.73 0.17 0.41 314.18 0.58 0.37
Hex 96 28 7C 0 49 11 29 13A 3A 25
Octal 226 50 174 0 111 21 51 472 72 45
Binary 10010110 101000 1111100 0 1001001 10001 101001 100111010 111010 100101

Color Harmonies of #96287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96287C

Black with #96287C

Text Example


Text Example

White with #96287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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