Html Css Color HEX #96147B Dark Purple

📋 copy color: '#96147B'

red 150 ◦ green 20 ◦ blue 123

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

Shades of Dark Purple #96147B

Tints of Dark Purple #96147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 51.19%
G = 6.83%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96147B (or 0x96147B) is known color: Dark Purple. HEX triplet: 96, 14 and 7B. RGB value is (150,20,123). Sum of RGB (Red+Green+Blue) = 150+20+123=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96147B is #69EB84. Grayscale: #464646. Windows color (decimal): -6941573 or 8066198. OLE color: 8066198.

HSL color Cylindrical-coordinate representation of color #96147B: hue angle of 312.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96147B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 123 -
CMYK 0 0.87 0.18 0.41
HSL 312.46º 0.76% 0.33% -
HSV(B) 312.46º 0.87% 0.59% -
XYZ 16.4 8.41 19.5 -
YUV 70.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 150 20 123 0 0.87 0.18 0.41 312.46 0.76 0.33
Hex 96 14 7B 0 57 12 29 138 4C 21
Octal 226 24 173 0 127 22 51 470 114 41
Binary 10010110 10100 1111011 0 1010111 10010 101001 100111000 1001100 100001

Color Harmonies of #96147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96147B

Black with #96147B

Text Example


Text Example

White with #96147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,20,123); }

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

background-color css

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

 a { background-color: rgb(150,20,123); }

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

border-color css

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

 span { border-color: rgb(150,20,123); }

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