Html Css Color HEX #96236C Dark Purple

📋 copy color: '#96236C'

red 150 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #96236C

Tints of Dark Purple #96236C

RGB

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

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

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

R = 51.19%
G = 11.95%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96236C (or 0x96236C) is known color: Dark Purple. HEX triplet: 96, 23 and 6C. RGB value is (150,35,108). Sum of RGB (Red+Green+Blue) = 150+35+108=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96236C is #69DC93. Grayscale: #4D4D4D. Windows color (decimal): -6937748 or 7086998. OLE color: 7086998.

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

Color convert

RGB 150 35 108 -
CMYK 0 0.77 0.28 0.41
HSL 321.91º 0.62% 0.36% -
HSV(B) 321.91º 0.77% 0.59% -
XYZ 15.89 8.77 15.04 -
YUV 77.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 150 35 108 0 0.77 0.28 0.41 321.91 0.62 0.36
Hex 96 23 6C 0 4D 1C 29 142 3E 24
Octal 226 43 154 0 115 34 51 502 76 44
Binary 10010110 100011 1101100 0 1001101 11100 101001 101000010 111110 100100

Color Harmonies of #96236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96236C

Black with #96236C

Text Example


Text Example

White with #96236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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