Html Css Color HEX #96246E Dark Purple

📋 copy color: '#96246E'

red 150 ◦ green 36 ◦ blue 110

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

Shades of Dark Purple #96246E

Tints of Dark Purple #96246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 50.68%
G = 12.16%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96246E (or 0x96246E) is known color: Dark Purple. HEX triplet: 96, 24 and 6E. RGB value is (150,36,110). Sum of RGB (Red+Green+Blue) = 150+36+110=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96246E is #69DB91. Grayscale: #4E4E4E. Windows color (decimal): -6937490 or 7218326. OLE color: 7218326.

HSL color Cylindrical-coordinate representation of color #96246E: hue angle of 321.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96246E is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 110 -
CMYK 0 0.76 0.27 0.41
HSL 321.05º 0.61% 0.36% -
HSV(B) 321.05º 0.76% 0.59% -
XYZ 16.02 8.87 15.62 -
YUV 78.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 150 36 110 0 0.76 0.27 0.41 321.05 0.61 0.36
Hex 96 24 6E 0 4C 1B 29 141 3D 24
Octal 226 44 156 0 114 33 51 501 75 44
Binary 10010110 100100 1101110 0 1001100 11011 101001 101000001 111101 100100

Color Harmonies of #96246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96246E

Black with #96246E

Text Example


Text Example

White with #96246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96246E; }

 p { color: rgb(150,36,110); }

 H1.HeaderClassName
 {
   color: #96246E;
 }
 .AnyTagClassName
 {
   color: #96246E;
 }
</style>

background-color css

<style>
 a { background-color: #96246E; }

 a { background-color: rgb(150,36,110); }

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

border-color css

<style>
 span { border-color: #96246E; }

 span { border-color: rgb(150,36,110); }

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