Html Css Color HEX #96337F Dark Purple

📋 copy color: '#96337F'

red 150 ◦ green 51 ◦ blue 127

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

Shades of Dark Purple #96337F

Tints of Dark Purple #96337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 45.73%
G = 15.55%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96337F (or 0x96337F) is known color: Dark Purple. HEX triplet: 96, 33 and 7F. RGB value is (150,51,127). Sum of RGB (Red+Green+Blue) = 150+51+127=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96337F is #69CC80. Grayscale: #595959. Windows color (decimal): -6933633 or 8336278. OLE color: 8336278.

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

Color convert

RGB 150 51 127 -
CMYK 0 0.66 0.15 0.41
HSL 313.94º 0.49% 0.39% -
HSV(B) 313.94º 0.66% 0.59% -
XYZ 17.59 10.38 21.16 -
YUV 89.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 150 51 127 0 0.66 0.15 0.41 313.94 0.49 0.39
Hex 96 33 7F 0 42 F 29 13A 31 27
Octal 226 63 177 0 102 17 51 472 61 47
Binary 10010110 110011 1111111 0 1000010 1111 101001 100111010 110001 100111

Color Harmonies of #96337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96337F

Black with #96337F

Text Example


Text Example

White with #96337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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