Html Css Color HEX #9B5678 Strikemaster

📋 copy color: '#9B5678'

red 155 ◦ green 86 ◦ blue 120

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

Shades of Strikemaster #9B5678

Tints of Strikemaster #9B5678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 42.94%
G = 23.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B5678 (or 0x9B5678) is known color: Strikemaster. HEX triplet: 9B, 56 and 78. RGB value is (155,86,120). Sum of RGB (Red+Green+Blue) = 155+86+120=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5678 is #64A987. Grayscale: #6E6E6E. Windows color (decimal): -6597000 or 7886491. OLE color: 7886491.

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

Color convert

RGB 155 86 120 -
CMYK 0 0.45 0.23 0.39
HSL 330.43º 0.29% 0.47% -
HSV(B) 330.43º 0.45% 0.61% -
XYZ 20.24 14.98 19.59 -
YUV 110.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 155 86 120 0 0.45 0.23 0.39 330.43 0.29 0.47
Hex 9B 56 78 0 2D 17 27 14A 1D 2F
Octal 233 126 170 0 55 27 47 512 35 57
Binary 10011011 1010110 1111000 0 101101 10111 100111 101001010 11101 101111

Color Harmonies of #9B5678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5678

Black with #9B5678

Text Example


Text Example

White with #9B5678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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