Html Css Color HEX #96178B Dark Purple

📋 copy color: '#96178B'

red 150 ◦ green 23 ◦ blue 139

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

Shades of Dark Purple #96178B

Tints of Dark Purple #96178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 48.08%
G = 7.37%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96178B (or 0x96178B) is known color: Dark Purple. HEX triplet: 96, 17 and 8B. RGB value is (150,23,139). Sum of RGB (Red+Green+Blue) = 150+23+139=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96178B is #69E874. Grayscale: #494949. Windows color (decimal): -6940789 or 9115542. OLE color: 9115542.

HSL color Cylindrical-coordinate representation of color #96178B: hue angle of 305.2º degrees, saturation: 0.73, 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 #96178B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 139 -
CMYK 0 0.85 0.07 0.41
HSL 305.2º 0.73% 0.34% -
HSV(B) 305.2º 0.85% 0.59% -
XYZ 17.54 8.96 25.23 -
YUV 74.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 150 23 139 0 0.85 0.07 0.41 305.2 0.73 0.34
Hex 96 17 8B 0 55 7 29 131 49 22
Octal 226 27 213 0 125 7 51 461 111 42
Binary 10010110 10111 10001011 0 1010101 111 101001 100110001 1001001 100010

Color Harmonies of #96178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96178B

Black with #96178B

Text Example


Text Example

White with #96178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96178B; }

 p { color: rgb(150,23,139); }

 H1.HeaderClassName
 {
   color: #96178B;
 }
 .AnyTagClassName
 {
   color: #96178B;
 }
</style>

background-color css

<style>
 a { background-color: #96178B; }

 a { background-color: rgb(150,23,139); }

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

border-color css

<style>
 span { border-color: #96178B; }

 span { border-color: rgb(150,23,139); }

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