Html Css Color HEX #9B567B Strikemaster

📋 copy color: '#9B567B'

red 155 ◦ green 86 ◦ blue 123

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

Shades of Strikemaster #9B567B

Tints of Strikemaster #9B567B

RGB

 RED value IS 155 (60.94% from 255) = 42.58%

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

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

R = 42.58%
G = 23.63%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B567B (or 0x9B567B) is known color: Strikemaster. HEX triplet: 9B, 56 and 7B. RGB value is (155,86,123). Sum of RGB (Red+Green+Blue) = 155+86+123=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B567B is #64A984. Grayscale: #6E6E6E. Windows color (decimal): -6596997 or 8083099. OLE color: 8083099.

HSL color Cylindrical-coordinate representation of color #9B567B: hue angle of 327.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B567B is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 86 123 -
CMYK 0 0.45 0.21 0.39
HSL 327.83º 0.29% 0.47% -
HSV(B) 327.83º 0.45% 0.61% -
XYZ 20.42 15.05 20.57 -
YUV 110.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 155 86 123 0 0.45 0.21 0.39 327.83 0.29 0.47
Hex 9B 56 7B 0 2D 15 27 148 1D 2F
Octal 233 126 173 0 55 25 47 510 35 57
Binary 10011011 1010110 1111011 0 101101 10101 100111 101001000 11101 101111

Color Harmonies of #9B567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B567B

Black with #9B567B

Text Example


Text Example

White with #9B567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B567B; }

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

 H1.HeaderClassName
 {
   color: #9B567B;
 }
 .AnyTagClassName
 {
   color: #9B567B;
 }
</style>

background-color css

<style>
 a { background-color: #9B567B; }

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

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

border-color css

<style>
 span { border-color: #9B567B; }

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

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