Html Css Color HEX #96417E Dark Purple

📋 copy color: '#96417E'

red 150 ◦ green 65 ◦ blue 126

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

Shades of Dark Purple #96417E

Tints of Dark Purple #96417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 43.99%
G = 19.06%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96417E (or 0x96417E) is known color: Dark Purple. HEX triplet: 96, 41 and 7E. RGB value is (150,65,126). Sum of RGB (Red+Green+Blue) = 150+65+126=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96417E is #69BE81. Grayscale: #616161. Windows color (decimal): -6930050 or 8274326. OLE color: 8274326.

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

Color convert

RGB 150 65 126 -
CMYK 0 0.57 0.16 0.41
HSL 316.94º 0.4% 0.42% -
HSV(B) 316.94º 0.57% 0.59% -
XYZ 18.23 11.77 21.05 -
YUV 97.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 150 65 126 0 0.57 0.16 0.41 316.94 0.4 0.42
Hex 96 41 7E 0 39 10 29 13D 28 2A
Octal 226 101 176 0 71 20 51 475 50 52
Binary 10010110 1000001 1111110 0 111001 10000 101001 100111101 101000 101010

Color Harmonies of #96417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96417E

Black with #96417E

Text Example


Text Example

White with #96417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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