Html Css Color HEX #96287F Dark Purple

📋 copy color: '#96287F'

red 150 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #96287F

Tints of Dark Purple #96287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 47.32%
G = 12.62%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96287F (or 0x96287F) is known color: Dark Purple. HEX triplet: 96, 28 and 7F. RGB value is (150,40,127). Sum of RGB (Red+Green+Blue) = 150+40+127=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96287F is #69D780. Grayscale: #525252. Windows color (decimal): -6936449 or 8333462. OLE color: 8333462.

HSL color Cylindrical-coordinate representation of color #96287F: hue angle of 312.55º 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 #96287F is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 127 -
CMYK 0 0.73 0.15 0.41
HSL 312.55º 0.58% 0.37% -
HSV(B) 312.55º 0.73% 0.59% -
XYZ 17.17 9.53 21.01 -
YUV 82.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 150 40 127 0 0.73 0.15 0.41 312.55 0.58 0.37
Hex 96 28 7F 0 49 F 29 139 3A 25
Octal 226 50 177 0 111 17 51 471 72 45
Binary 10010110 101000 1111111 0 1001001 1111 101001 100111001 111010 100101

Color Harmonies of #96287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96287F

Black with #96287F

Text Example


Text Example

White with #96287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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