Html Css Color HEX #9B6C89 Strikemaster

📋 copy color: '#9B6C89'

red 155 ◦ green 108 ◦ blue 137

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

Shades of Strikemaster #9B6C89

Tints of Strikemaster #9B6C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 137 (53.91% from 255) = 34.25%

R = 38.75%
G = 27%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B6C89 (or 0x9B6C89) is known color: Strikemaster. HEX triplet: 9B, 6C and 89. RGB value is (155,108,137). Sum of RGB (Red+Green+Blue) = 155+108+137=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6C89 is #649376. Grayscale: #7D7D7D. Windows color (decimal): -6591351 or 9006235. OLE color: 9006235.

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

Color convert

RGB 155 108 137 -
CMYK 0 0.30 0.12 0.39
HSL 322.98º 0.19% 0.52% -
HSV(B) 322.98º 0.3% 0.61% -
XYZ 23.4 19.5 26.2 -
YUV 125.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 155 108 137 0 0.30 0.12 0.39 322.98 0.19 0.52
Hex 9B 6C 89 0 1E C 27 143 13 34
Octal 233 154 211 0 36 14 47 503 23 64
Binary 10011011 1101100 10001001 0 11110 1100 100111 101000011 10011 110100

Color Harmonies of #9B6C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C89

Black with #9B6C89

Text Example


Text Example

White with #9B6C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,108,137); }

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

background-color css

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

 a { background-color: rgb(155,108,137); }

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

border-color css

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

 span { border-color: rgb(155,108,137); }

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