Html Css Color HEX #96288F Dark Purple

📋 copy color: '#96288F'

red 150 ◦ green 40 ◦ blue 143

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

Shades of Dark Purple #96288F

Tints of Dark Purple #96288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 45.05%
G = 12.01%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96288F (or 0x96288F) is known color: Dark Purple. HEX triplet: 96, 28 and 8F. RGB value is (150,40,143). Sum of RGB (Red+Green+Blue) = 150+40+143=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96288F is #69D770. Grayscale: #545454. Windows color (decimal): -6936433 or 9382038. OLE color: 9382038.

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

Color convert

RGB 150 40 143 -
CMYK 0 0.73 0.05 0.41
HSL 303.82º 0.58% 0.37% -
HSV(B) 303.82º 0.73% 0.59% -
XYZ 18.29 9.98 26.95 -
YUV 84.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 150 40 143 0 0.73 0.05 0.41 303.82 0.58 0.37
Hex 96 28 8F 0 49 5 29 130 3A 25
Octal 226 50 217 0 111 5 51 460 72 45
Binary 10010110 101000 10001111 0 1001001 101 101001 100110000 111010 100101

Color Harmonies of #96288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96288F

Black with #96288F

Text Example


Text Example

White with #96288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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