Html Css Color HEX #96567B Strikemaster

📋 copy color: '#96567B'

red 150 ◦ green 86 ◦ blue 123

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

Shades of Strikemaster #96567B

Tints of Strikemaster #96567B

RGB

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

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

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

R = 41.78%
G = 23.96%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96567B (or 0x96567B) is known color: Strikemaster. HEX triplet: 96, 56 and 7B. RGB value is (150,86,123). Sum of RGB (Red+Green+Blue) = 150+86+123=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96567B is #69A984. Grayscale: #6D6D6D. Windows color (decimal): -6924677 or 8083094. OLE color: 8083094.

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

Color convert

RGB 150 86 123 -
CMYK 0 0.43 0.18 0.41
HSL 325.31º 0.27% 0.46% -
HSV(B) 325.31º 0.43% 0.59% -
XYZ 19.48 14.57 20.52 -
YUV 109.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 150 86 123 0 0.43 0.18 0.41 325.31 0.27 0.46
Hex 96 56 7B 0 2B 12 29 145 1B 2E
Octal 226 126 173 0 53 22 51 505 33 56
Binary 10010110 1010110 1111011 0 101011 10010 101001 101000101 11011 101110

Color Harmonies of #96567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96567B

Black with #96567B

Text Example


Text Example

White with #96567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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