Html Css Color HEX #96187E Dark Purple

📋 copy color: '#96187E'

red 150 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #96187E

Tints of Dark Purple #96187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 50%
G = 8%
B = 42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96187E (or 0x96187E) is known color: Dark Purple. HEX triplet: 96, 18 and 7E. RGB value is (150,24,126). Sum of RGB (Red+Green+Blue) = 150+24+126=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96187E is #69E781. Grayscale: #494949. Windows color (decimal): -6940546 or 8263830. OLE color: 8263830.

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

Color convert

RGB 150 24 126 -
CMYK 0 0.84 0.16 0.41
HSL 311.43º 0.72% 0.34% -
HSV(B) 311.43º 0.84% 0.59% -
XYZ 16.67 8.64 20.53 -
YUV 73.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 150 24 126 0 0.84 0.16 0.41 311.43 0.72 0.34
Hex 96 18 7E 0 54 10 29 137 48 22
Octal 226 30 176 0 124 20 51 467 110 42
Binary 10010110 11000 1111110 0 1010100 10000 101001 100110111 1001000 100010

Color Harmonies of #96187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96187E

Black with #96187E

Text Example


Text Example

White with #96187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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