Html Css Color HEX #9B567A Strikemaster

📋 copy color: '#9B567A'

red 155 ◦ green 86 ◦ blue 122

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

Shades of Strikemaster #9B567A

Tints of Strikemaster #9B567A

RGB

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

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

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

R = 42.7%
G = 23.69%
B = 33.61%

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

#9B567A (or 0x9B567A) is known color: Strikemaster. HEX triplet: 9B, 56 and 7A. RGB value is (155,86,122). Sum of RGB (Red+Green+Blue) = 155+86+122=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B567A is #64A985. Grayscale: #6E6E6E. Windows color (decimal): -6596998 or 8017563. OLE color: 8017563.

HSL color Cylindrical-coordinate representation of color #9B567A: hue angle of 328.7º 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 #9B567A is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 86 122 -
CMYK 0 0.45 0.21 0.39
HSL 328.7º 0.29% 0.47% -
HSV(B) 328.7º 0.45% 0.61% -
XYZ 20.36 15.03 20.24 -
YUV 110.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 155 86 122 0 0.45 0.21 0.39 328.7 0.29 0.47
Hex 9B 56 7A 0 2D 15 27 149 1D 2F
Octal 233 126 172 0 55 25 47 511 35 57
Binary 10011011 1010110 1111010 0 101101 10101 100111 101001001 11101 101111

Color Harmonies of #9B567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B567A

Black with #9B567A

Text Example


Text Example

White with #9B567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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