Html Css Color HEX #96237C Dark Purple

📋 copy color: '#96237C'

red 150 ◦ green 35 ◦ blue 124

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

Shades of Dark Purple #96237C

Tints of Dark Purple #96237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 48.54%
G = 11.33%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96237C (or 0x96237C) is known color: Dark Purple. HEX triplet: 96, 23 and 7C. RGB value is (150,35,124). Sum of RGB (Red+Green+Blue) = 150+35+124=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237C is #69DC83. Grayscale: #4F4F4F. Windows color (decimal): -6937732 or 8135574. OLE color: 8135574.

HSL color Cylindrical-coordinate representation of color #96237C: hue angle of 313.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96237C is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 124 -
CMYK 0 0.77 0.17 0.41
HSL 313.57º 0.62% 0.36% -
HSV(B) 313.57º 0.77% 0.59% -
XYZ 16.82 9.14 19.95 -
YUV 79.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 150 35 124 0 0.77 0.17 0.41 313.57 0.62 0.36
Hex 96 23 7C 0 4D 11 29 13A 3E 24
Octal 226 43 174 0 115 21 51 472 76 44
Binary 10010110 100011 1111100 0 1001101 10001 101001 100111010 111110 100100

Color Harmonies of #96237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96237C

Black with #96237C

Text Example


Text Example

White with #96237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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