Html Css Color HEX #96347F Dark Purple

📋 copy color: '#96347F'

red 150 ◦ green 52 ◦ blue 127

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

Shades of Dark Purple #96347F

Tints of Dark Purple #96347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 45.59%
G = 15.81%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96347F (or 0x96347F) is known color: Dark Purple. HEX triplet: 96, 34 and 7F. RGB value is (150,52,127). Sum of RGB (Red+Green+Blue) = 150+52+127=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347F is #69CB80. Grayscale: #595959. Windows color (decimal): -6933377 or 8336534. OLE color: 8336534.

HSL color Cylindrical-coordinate representation of color #96347F: hue angle of 314.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96347F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 127 -
CMYK 0 0.65 0.15 0.41
HSL 314.08º 0.49% 0.4% -
HSV(B) 314.08º 0.65% 0.59% -
XYZ 17.64 10.47 21.17 -
YUV 89.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 150 52 127 0 0.65 0.15 0.41 314.08 0.49 0.4
Hex 96 34 7F 0 41 F 29 13A 31 28
Octal 226 64 177 0 101 17 51 472 61 50
Binary 10010110 110100 1111111 0 1000001 1111 101001 100111010 110001 101000

Color Harmonies of #96347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96347F

Black with #96347F

Text Example


Text Example

White with #96347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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