Html Css Color HEX #96567D Strikemaster

📋 copy color: '#96567D'

red 150 ◦ green 86 ◦ blue 125

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

Shades of Strikemaster #96567D

Tints of Strikemaster #96567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 41.55%
G = 23.82%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96567D (or 0x96567D) is known color: Strikemaster. HEX triplet: 96, 56 and 7D. RGB value is (150,86,125). Sum of RGB (Red+Green+Blue) = 150+86+125=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96567D is #69A982. Grayscale: #6D6D6D. Windows color (decimal): -6924675 or 8214166. OLE color: 8214166.

HSL color Cylindrical-coordinate representation of color #96567D: hue angle of 323.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96567D is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 125 -
CMYK 0 0.43 0.17 0.41
HSL 323.44º 0.27% 0.46% -
HSV(B) 323.44º 0.43% 0.59% -
XYZ 19.61 14.62 21.19 -
YUV 109.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 150 86 125 0 0.43 0.17 0.41 323.44 0.27 0.46
Hex 96 56 7D 0 2B 11 29 143 1B 2E
Octal 226 126 175 0 53 21 51 503 33 56
Binary 10010110 1010110 1111101 0 101011 10001 101001 101000011 11011 101110

Color Harmonies of #96567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96567D

Black with #96567D

Text Example


Text Example

White with #96567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96567D; }

 p { color: rgb(150,86,125); }

 H1.HeaderClassName
 {
   color: #96567D;
 }
 .AnyTagClassName
 {
   color: #96567D;
 }
</style>

background-color css

<style>
 a { background-color: #96567D; }

 a { background-color: rgb(150,86,125); }

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

border-color css

<style>
 span { border-color: #96567D; }

 span { border-color: rgb(150,86,125); }

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