Html Css Color HEX #9B7088 Strikemaster

📋 copy color: '#9B7088'

red 155 ◦ green 112 ◦ blue 136

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

Shades of Strikemaster #9B7088

Tints of Strikemaster #9B7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 38.46%
G = 27.79%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B7088 (or 0x9B7088) is known color: Strikemaster. HEX triplet: 9B, 70 and 88. RGB value is (155,112,136). Sum of RGB (Red+Green+Blue) = 155+112+136=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7088 is #648F77. Grayscale: #7F7F7F. Windows color (decimal): -6590328 or 8941723. OLE color: 8941723.

HSL color Cylindrical-coordinate representation of color #9B7088: hue angle of 326.51º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7088 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 136 -
CMYK 0 0.28 0.12 0.39
HSL 326.51º 0.18% 0.52% -
HSV(B) 326.51º 0.28% 0.61% -
XYZ 23.76 20.33 25.97 -
YUV 127.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 155 112 136 0 0.28 0.12 0.39 326.51 0.18 0.52
Hex 9B 70 88 0 1C C 27 147 12 34
Octal 233 160 210 0 34 14 47 507 22 64
Binary 10011011 1110000 10001000 0 11100 1100 100111 101000111 10010 110100

Color Harmonies of #9B7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7088

Black with #9B7088

Text Example


Text Example

White with #9B7088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,136); }

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

background-color css

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

 a { background-color: rgb(155,112,136); }

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

border-color css

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

 span { border-color: rgb(155,112,136); }

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