Html Css Color HEX #96168A Dark Purple

📋 copy color: '#96168A'

red 150 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #96168A

Tints of Dark Purple #96168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 48.39%
G = 7.1%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96168A (or 0x96168A) is known color: Dark Purple. HEX triplet: 96, 16 and 8A. RGB value is (150,22,138). Sum of RGB (Red+Green+Blue) = 150+22+138=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96168A is #69E975. Grayscale: #494949. Windows color (decimal): -6941046 or 9049750. OLE color: 9049750.

HSL color Cylindrical-coordinate representation of color #96168A: hue angle of 305.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96168A is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 138 -
CMYK 0 0.85 0.08 0.41
HSL 305.63º 0.74% 0.34% -
HSV(B) 305.63º 0.85% 0.59% -
XYZ 17.45 8.89 24.84 -
YUV 73.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 150 22 138 0 0.85 0.08 0.41 305.63 0.74 0.34
Hex 96 16 8A 0 55 8 29 132 4A 22
Octal 226 26 212 0 125 10 51 462 112 42
Binary 10010110 10110 10001010 0 1010101 1000 101001 100110010 1001010 100010

Color Harmonies of #96168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96168A

Black with #96168A

Text Example


Text Example

White with #96168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,22,138); }

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

background-color css

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

 a { background-color: rgb(150,22,138); }

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

border-color css

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

 span { border-color: rgb(150,22,138); }

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