Html Css Color HEX #96187A Dark Purple

📋 copy color: '#96187A'

red 150 ◦ green 24 ◦ blue 122

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

Shades of Dark Purple #96187A

Tints of Dark Purple #96187A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 50.68%
G = 8.11%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96187A (or 0x96187A) is known color: Dark Purple. HEX triplet: 96, 18 and 7A. RGB value is (150,24,122). Sum of RGB (Red+Green+Blue) = 150+24+122=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96187A is #69E785. Grayscale: #484848. Windows color (decimal): -6940550 or 8001686. OLE color: 8001686.

HSL color Cylindrical-coordinate representation of color #96187A: hue angle of 313.33º 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 #96187A is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 122 -
CMYK 0 0.84 0.19 0.41
HSL 313.33º 0.72% 0.34% -
HSV(B) 313.33º 0.84% 0.59% -
XYZ 16.42 8.54 19.2 -
YUV 72.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 150 24 122 0 0.84 0.19 0.41 313.33 0.72 0.34
Hex 96 18 7A 0 54 13 29 139 48 22
Octal 226 30 172 0 124 23 51 471 110 42
Binary 10010110 11000 1111010 0 1010100 10011 101001 100111001 1001000 100010

Color Harmonies of #96187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96187A

Black with #96187A

Text Example


Text Example

White with #96187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96187A; }

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

 H1.HeaderClassName
 {
   color: #96187A;
 }
 .AnyTagClassName
 {
   color: #96187A;
 }
</style>

background-color css

<style>
 a { background-color: #96187A; }

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

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

border-color css

<style>
 span { border-color: #96187A; }

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

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