Html Css Color HEX #96288D Dark Purple

📋 copy color: '#96288D'

red 150 ◦ green 40 ◦ blue 141

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

Shades of Dark Purple #96288D

Tints of Dark Purple #96288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 45.32%
G = 12.08%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96288D (or 0x96288D) is known color: Dark Purple. HEX triplet: 96, 28 and 8D. RGB value is (150,40,141). Sum of RGB (Red+Green+Blue) = 150+40+141=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96288D is #69D772. Grayscale: #545454. Windows color (decimal): -6936435 or 9250966. OLE color: 9250966.

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

Color convert

RGB 150 40 141 -
CMYK 0 0.73 0.06 0.41
HSL 304.91º 0.58% 0.37% -
HSV(B) 304.91º 0.73% 0.59% -
XYZ 18.14 9.92 26.16 -
YUV 84.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 150 40 141 0 0.73 0.06 0.41 304.91 0.58 0.37
Hex 96 28 8D 0 49 6 29 131 3A 25
Octal 226 50 215 0 111 6 51 461 72 45
Binary 10010110 101000 10001101 0 1001001 110 101001 100110001 111010 100101

Color Harmonies of #96288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96288D

Black with #96288D

Text Example


Text Example

White with #96288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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