Html Css Color HEX #96537B Strikemaster

📋 copy color: '#96537B'

red 150 ◦ green 83 ◦ blue 123

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

Shades of Strikemaster #96537B

Tints of Strikemaster #96537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 42.13%
G = 23.31%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96537B (or 0x96537B) is known color: Strikemaster. HEX triplet: 96, 53 and 7B. RGB value is (150,83,123). Sum of RGB (Red+Green+Blue) = 150+83+123=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96537B is #69AC84. Grayscale: #6B6B6B. Windows color (decimal): -6925445 or 8082326. OLE color: 8082326.

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

Color convert

RGB 150 83 123 -
CMYK 0 0.45 0.18 0.41
HSL 324.18º 0.29% 0.46% -
HSV(B) 324.18º 0.45% 0.59% -
XYZ 19.25 14.1 20.45 -
YUV 107.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 150 83 123 0 0.45 0.18 0.41 324.18 0.29 0.46
Hex 96 53 7B 0 2D 12 29 144 1D 2E
Octal 226 123 173 0 55 22 51 504 35 56
Binary 10010110 1010011 1111011 0 101101 10010 101001 101000100 11101 101110

Color Harmonies of #96537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96537B

Black with #96537B

Text Example


Text Example

White with #96537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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