Html Css Color HEX #96186D Dark Purple

📋 copy color: '#96186D'

red 150 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #96186D

Tints of Dark Purple #96186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 53%
G = 8.48%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96186D (or 0x96186D) is known color: Dark Purple. HEX triplet: 96, 18 and 6D. RGB value is (150,24,109). Sum of RGB (Red+Green+Blue) = 150+24+109=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96186D is #69E792. Grayscale: #474747. Windows color (decimal): -6940563 or 7149718. OLE color: 7149718.

HSL color Cylindrical-coordinate representation of color #96186D: hue angle of 319.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96186D is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 109 -
CMYK 0 0.84 0.27 0.41
HSL 319.52º 0.72% 0.34% -
HSV(B) 319.52º 0.84% 0.59% -
XYZ 15.66 8.24 15.23 -
YUV 71.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 150 24 109 0 0.84 0.27 0.41 319.52 0.72 0.34
Hex 96 18 6D 0 54 1B 29 140 48 22
Octal 226 30 155 0 124 33 51 500 110 42
Binary 10010110 11000 1101101 0 1010100 11011 101001 101000000 1001000 100010

Color Harmonies of #96186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96186D

Black with #96186D

Text Example


Text Example

White with #96186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96186D; }

 p { color: rgb(150,24,109); }

 H1.HeaderClassName
 {
   color: #96186D;
 }
 .AnyTagClassName
 {
   color: #96186D;
 }
</style>

background-color css

<style>
 a { background-color: #96186D; }

 a { background-color: rgb(150,24,109); }

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

border-color css

<style>
 span { border-color: #96186D; }

 span { border-color: rgb(150,24,109); }

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