Html Css Color HEX #96246C Dark Purple

📋 copy color: '#96246C'

red 150 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #96246C

Tints of Dark Purple #96246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 51.02%
G = 12.24%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96246C (or 0x96246C) is known color: Dark Purple. HEX triplet: 96, 24 and 6C. RGB value is (150,36,108). Sum of RGB (Red+Green+Blue) = 150+36+108=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96246C is #69DB93. Grayscale: #4E4E4E. Windows color (decimal): -6937492 or 7087254. OLE color: 7087254.

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

Color convert

RGB 150 36 108 -
CMYK 0 0.76 0.28 0.41
HSL 322.11º 0.61% 0.36% -
HSV(B) 322.11º 0.76% 0.59% -
XYZ 15.92 8.83 15.05 -
YUV 78.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 150 36 108 0 0.76 0.28 0.41 322.11 0.61 0.36
Hex 96 24 6C 0 4C 1C 29 142 3D 24
Octal 226 44 154 0 114 34 51 502 75 44
Binary 10010110 100100 1101100 0 1001100 11100 101001 101000010 111101 100100

Color Harmonies of #96246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96246C

Black with #96246C

Text Example


Text Example

White with #96246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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