Html Css Color HEX #96288B Dark Purple

📋 copy color: '#96288B'

red 150 ◦ green 40 ◦ blue 139

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

Shades of Dark Purple #96288B

Tints of Dark Purple #96288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 45.59%
G = 12.16%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96288B (or 0x96288B) is known color: Dark Purple. HEX triplet: 96, 28 and 8B. RGB value is (150,40,139). Sum of RGB (Red+Green+Blue) = 150+40+139=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96288B is #69D774. Grayscale: #535353. Windows color (decimal): -6936437 or 9119894. OLE color: 9119894.

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

Color convert

RGB 150 40 139 -
CMYK 0 0.73 0.07 0.41
HSL 306º 0.58% 0.37% -
HSV(B) 306º 0.73% 0.59% -
XYZ 18 9.87 25.38 -
YUV 84.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 150 40 139 0 0.73 0.07 0.41 306 0.58 0.37
Hex 96 28 8B 0 49 7 29 132 3A 25
Octal 226 50 213 0 111 7 51 462 72 45
Binary 10010110 101000 10001011 0 1001001 111 101001 100110010 111010 100101

Color Harmonies of #96288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96288B

Black with #96288B

Text Example


Text Example

White with #96288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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