Html Css Color HEX #96317F Dark Purple

📋 copy color: '#96317F'

red 150 ◦ green 49 ◦ blue 127

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

Shades of Dark Purple #96317F

Tints of Dark Purple #96317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 46.01%
G = 15.03%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96317F (or 0x96317F) is known color: Dark Purple. HEX triplet: 96, 31 and 7F. RGB value is (150,49,127). Sum of RGB (Red+Green+Blue) = 150+49+127=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317F is #69CE80. Grayscale: #575757. Windows color (decimal): -6934145 or 8335766. OLE color: 8335766.

HSL color Cylindrical-coordinate representation of color #96317F: hue angle of 313.66º 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 #96317F is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 127 -
CMYK 0 0.67 0.15 0.41
HSL 313.66º 0.51% 0.39% -
HSV(B) 313.66º 0.67% 0.59% -
XYZ 17.51 10.21 21.13 -
YUV 88.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 150 49 127 0 0.67 0.15 0.41 313.66 0.51 0.39
Hex 96 31 7F 0 43 F 29 13A 33 27
Octal 226 61 177 0 103 17 51 472 63 47
Binary 10010110 110001 1111111 0 1000011 1111 101001 100111010 110011 100111

Color Harmonies of #96317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96317F

Black with #96317F

Text Example


Text Example

White with #96317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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