Html Css Color HEX #96286C Dark Purple

📋 copy color: '#96286C'

red 150 ◦ green 40 ◦ blue 108

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

Shades of Dark Purple #96286C

Tints of Dark Purple #96286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 50.34%
G = 13.42%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96286C (or 0x96286C) is known color: Dark Purple. HEX triplet: 96, 28 and 6C. RGB value is (150,40,108). Sum of RGB (Red+Green+Blue) = 150+40+108=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96286C is #69D793. Grayscale: #505050. Windows color (decimal): -6936468 or 7088278. OLE color: 7088278.

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

Color convert

RGB 150 40 108 -
CMYK 0 0.73 0.28 0.41
HSL 322.91º 0.58% 0.37% -
HSV(B) 322.91º 0.73% 0.59% -
XYZ 16.04 9.08 15.1 -
YUV 80.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 150 40 108 0 0.73 0.28 0.41 322.91 0.58 0.37
Hex 96 28 6C 0 49 1C 29 143 3A 25
Octal 226 50 154 0 111 34 51 503 72 45
Binary 10010110 101000 1101100 0 1001001 11100 101001 101000011 111010 100101

Color Harmonies of #96286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96286C

Black with #96286C

Text Example


Text Example

White with #96286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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