Html Css Color HEX #96147D Dark Purple

📋 copy color: '#96147D'

red 150 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #96147D

Tints of Dark Purple #96147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 50.85%
G = 6.78%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96147D (or 0x96147D) is known color: Dark Purple. HEX triplet: 96, 14 and 7D. RGB value is (150,20,125). Sum of RGB (Red+Green+Blue) = 150+20+125=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96147D is #69EB82. Grayscale: #464646. Windows color (decimal): -6941571 or 8197270. OLE color: 8197270.

HSL color Cylindrical-coordinate representation of color #96147D: hue angle of 311.54º 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 #96147D is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 125 -
CMYK 0 0.87 0.17 0.41
HSL 311.54º 0.76% 0.33% -
HSV(B) 311.54º 0.87% 0.59% -
XYZ 16.53 8.47 20.16 -
YUV 70.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 150 20 125 0 0.87 0.17 0.41 311.54 0.76 0.33
Hex 96 14 7D 0 57 11 29 138 4C 21
Octal 226 24 175 0 127 21 51 470 114 41
Binary 10010110 10100 1111101 0 1010111 10001 101001 100111000 1001100 100001

Color Harmonies of #96147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96147D

Black with #96147D

Text Example


Text Example

White with #96147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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