Html Css Color HEX #9B567D Strikemaster

📋 copy color: '#9B567D'

red 155 ◦ green 86 ◦ blue 125

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

Shades of Strikemaster #9B567D

Tints of Strikemaster #9B567D

RGB

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

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

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

R = 42.35%
G = 23.5%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B567D (or 0x9B567D) is known color: Strikemaster. HEX triplet: 9B, 56 and 7D. RGB value is (155,86,125). Sum of RGB (Red+Green+Blue) = 155+86+125=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B567D is #64A982. Grayscale: #6E6E6E. Windows color (decimal): -6596995 or 8214171. OLE color: 8214171.

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

Color convert

RGB 155 86 125 -
CMYK 0 0.45 0.19 0.39
HSL 326.09º 0.29% 0.47% -
HSV(B) 326.09º 0.45% 0.61% -
XYZ 20.55 15.1 21.23 -
YUV 111.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 155 86 125 0 0.45 0.19 0.39 326.09 0.29 0.47
Hex 9B 56 7D 0 2D 13 27 146 1D 2F
Octal 233 126 175 0 55 23 47 506 35 57
Binary 10011011 1010110 1111101 0 101101 10011 100111 101000110 11101 101111

Color Harmonies of #9B567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B567D

Black with #9B567D

Text Example


Text Example

White with #9B567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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