Html Css Color HEX #96537F Strikemaster

📋 copy color: '#96537F'

red 150 ◦ green 83 ◦ blue 127

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

Shades of Strikemaster #96537F

Tints of Strikemaster #96537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 41.67%
G = 23.06%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96537F (or 0x96537F) is known color: Strikemaster. HEX triplet: 96, 53 and 7F. RGB value is (150,83,127). Sum of RGB (Red+Green+Blue) = 150+83+127=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96537F is #69AC80. Grayscale: #6B6B6B. Windows color (decimal): -6925441 or 8344470. OLE color: 8344470.

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

Color convert

RGB 150 83 127 -
CMYK 0 0.45 0.15 0.41
HSL 320.6º 0.29% 0.46% -
HSV(B) 320.6º 0.45% 0.59% -
XYZ 19.5 14.2 21.79 -
YUV 108.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 150 83 127 0 0.45 0.15 0.41 320.6 0.29 0.46
Hex 96 53 7F 0 2D F 29 141 1D 2E
Octal 226 123 177 0 55 17 51 501 35 56
Binary 10010110 1010011 1111111 0 101101 1111 101001 101000001 11101 101110

Color Harmonies of #96537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96537F

Black with #96537F

Text Example


Text Example

White with #96537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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