Html Css Color HEX #96288C Dark Purple

📋 copy color: '#96288C'

red 150 ◦ green 40 ◦ blue 140

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

Shades of Dark Purple #96288C

Tints of Dark Purple #96288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 45.45%
G = 12.12%
B = 42.42%

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

#96288C (or 0x96288C) is known color: Dark Purple. HEX triplet: 96, 28 and 8C. RGB value is (150,40,140). Sum of RGB (Red+Green+Blue) = 150+40+140=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96288C is #69D773. Grayscale: #545454. Windows color (decimal): -6936436 or 9185430. OLE color: 9185430.

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

Color convert

RGB 150 40 140 -
CMYK 0 0.73 0.07 0.41
HSL 305.45º 0.58% 0.37% -
HSV(B) 305.45º 0.73% 0.59% -
XYZ 18.07 9.9 25.77 -
YUV 84.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 150 40 140 0 0.73 0.07 0.41 305.45 0.58 0.37
Hex 96 28 8C 0 49 7 29 131 3A 25
Octal 226 50 214 0 111 7 51 461 72 45
Binary 10010110 101000 10001100 0 1001001 111 101001 100110001 111010 100101

Color Harmonies of #96288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96288C

Black with #96288C

Text Example


Text Example

White with #96288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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