Html Css Color HEX #96247C Dark Purple

📋 copy color: '#96247C'

red 150 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #96247C

Tints of Dark Purple #96247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 48.39%
G = 11.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96247C (or 0x96247C) is known color: Dark Purple. HEX triplet: 96, 24 and 7C. RGB value is (150,36,124). Sum of RGB (Red+Green+Blue) = 150+36+124=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247C is #69DB83. Grayscale: #4F4F4F. Windows color (decimal): -6937476 or 8135830. OLE color: 8135830.

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

Color convert

RGB 150 36 124 -
CMYK 0 0.76 0.17 0.41
HSL 313.68º 0.61% 0.36% -
HSV(B) 313.68º 0.76% 0.59% -
XYZ 16.85 9.2 19.96 -
YUV 80.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 150 36 124 0 0.76 0.17 0.41 313.68 0.61 0.36
Hex 96 24 7C 0 4C 11 29 13A 3D 24
Octal 226 44 174 0 114 21 51 472 75 44
Binary 10010110 100100 1111100 0 1001100 10001 101001 100111010 111101 100100

Color Harmonies of #96247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96247C

Black with #96247C

Text Example


Text Example

White with #96247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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