Html Css Color HEX #96537A Strikemaster

📋 copy color: '#96537A'

red 150 ◦ green 83 ◦ blue 122

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

Shades of Strikemaster #96537A

Tints of Strikemaster #96537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 42.25%
G = 23.38%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96537A (or 0x96537A) is known color: Strikemaster. HEX triplet: 96, 53 and 7A. RGB value is (150,83,122). Sum of RGB (Red+Green+Blue) = 150+83+122=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96537A is #69AC85. Grayscale: #6B6B6B. Windows color (decimal): -6925446 or 8016790. OLE color: 8016790.

HSL color Cylindrical-coordinate representation of color #96537A: hue angle of 325.07º 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 #96537A is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 122 -
CMYK 0 0.45 0.19 0.41
HSL 325.07º 0.29% 0.46% -
HSV(B) 325.07º 0.45% 0.59% -
XYZ 19.18 14.08 20.12 -
YUV 107.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 150 83 122 0 0.45 0.19 0.41 325.07 0.29 0.46
Hex 96 53 7A 0 2D 13 29 145 1D 2E
Octal 226 123 172 0 55 23 51 505 35 56
Binary 10010110 1010011 1111010 0 101101 10011 101001 101000101 11101 101110

Color Harmonies of #96537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96537A

Black with #96537A

Text Example


Text Example

White with #96537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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