Html Css Color HEX #9B6689 Strikemaster

📋 copy color: '#9B6689'

red 155 ◦ green 102 ◦ blue 137

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

Shades of Strikemaster #9B6689

Tints of Strikemaster #9B6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

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

R = 39.34%
G = 25.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B6689 (or 0x9B6689) is known color: Strikemaster. HEX triplet: 9B, 66 and 89. RGB value is (155,102,137). Sum of RGB (Red+Green+Blue) = 155+102+137=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6689 is #649976. Grayscale: #797979. Windows color (decimal): -6592887 or 9004699. OLE color: 9004699.

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

Color convert

RGB 155 102 137 -
CMYK 0 0.34 0.12 0.39
HSL 320.38º 0.21% 0.5% -
HSV(B) 320.38º 0.34% 0.61% -
XYZ 22.78 18.28 25.99 -
YUV 121.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 155 102 137 0 0.34 0.12 0.39 320.38 0.21 0.5
Hex 9B 66 89 0 22 C 27 140 15 32
Octal 233 146 211 0 42 14 47 500 25 62
Binary 10011011 1100110 10001001 0 100010 1100 100111 101000000 10101 110010

Color Harmonies of #9B6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6689

Black with #9B6689

Text Example


Text Example

White with #9B6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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