Html Css Color HEX #96317E Dark Purple

📋 copy color: '#96317E'

red 150 ◦ green 49 ◦ blue 126

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

Shades of Dark Purple #96317E

Tints of Dark Purple #96317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

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

R = 46.15%
G = 15.08%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96317E (or 0x96317E) is known color: Dark Purple. HEX triplet: 96, 31 and 7E. RGB value is (150,49,126). Sum of RGB (Red+Green+Blue) = 150+49+126=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317E is #69CE81. Grayscale: #575757. Windows color (decimal): -6934146 or 8270230. OLE color: 8270230.

HSL color Cylindrical-coordinate representation of color #96317E: hue angle of 314.26º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96317E is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 126 -
CMYK 0 0.67 0.16 0.41
HSL 314.26º 0.51% 0.39% -
HSV(B) 314.26º 0.67% 0.59% -
XYZ 17.44 10.19 20.79 -
YUV 87.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 150 49 126 0 0.67 0.16 0.41 314.26 0.51 0.39
Hex 96 31 7E 0 43 10 29 13A 33 27
Octal 226 61 176 0 103 20 51 472 63 47
Binary 10010110 110001 1111110 0 1000011 10000 101001 100111010 110011 100111

Color Harmonies of #96317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96317E

Black with #96317E

Text Example


Text Example

White with #96317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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