Html Css Color HEX #96288A Dark Purple

📋 copy color: '#96288A'

red 150 ◦ green 40 ◦ blue 138

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

Shades of Dark Purple #96288A

Tints of Dark Purple #96288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 45.73%
G = 12.2%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96288A (or 0x96288A) is known color: Dark Purple. HEX triplet: 96, 28 and 8A. RGB value is (150,40,138). Sum of RGB (Red+Green+Blue) = 150+40+138=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96288A is #69D775. Grayscale: #535353. Windows color (decimal): -6936438 or 9054358. OLE color: 9054358.

HSL color Cylindrical-coordinate representation of color #96288A: hue angle of 306.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 #96288A is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 138 -
CMYK 0 0.73 0.08 0.41
HSL 306.55º 0.58% 0.37% -
HSV(B) 306.55º 0.73% 0.59% -
XYZ 17.92 9.84 25 -
YUV 84.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 150 40 138 0 0.73 0.08 0.41 306.55 0.58 0.37
Hex 96 28 8A 0 49 8 29 133 3A 25
Octal 226 50 212 0 111 10 51 463 72 45
Binary 10010110 101000 10001010 0 1001001 1000 101001 100110011 111010 100101

Color Harmonies of #96288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96288A

Black with #96288A

Text Example


Text Example

White with #96288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96288A; }

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

 H1.HeaderClassName
 {
   color: #96288A;
 }
 .AnyTagClassName
 {
   color: #96288A;
 }
</style>

background-color css

<style>
 a { background-color: #96288A; }

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

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

border-color css

<style>
 span { border-color: #96288A; }

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

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