Html Css Color HEX #9B6688 Strikemaster

📋 copy color: '#9B6688'

red 155 ◦ green 102 ◦ blue 136

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

Shades of Strikemaster #9B6688

Tints of Strikemaster #9B6688

RGB

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

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

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

R = 39.44%
G = 25.95%
B = 34.61%

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

#9B6688 (or 0x9B6688) is known color: Strikemaster. HEX triplet: 9B, 66 and 88. RGB value is (155,102,136). Sum of RGB (Red+Green+Blue) = 155+102+136=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6688 is #649977. Grayscale: #797979. Windows color (decimal): -6592888 or 8939163. OLE color: 8939163.

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

Color convert

RGB 155 102 136 -
CMYK 0 0.34 0.12 0.39
HSL 321.51º 0.21% 0.5% -
HSV(B) 321.51º 0.34% 0.61% -
XYZ 22.71 18.25 25.62 -
YUV 121.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 155 102 136 0 0.34 0.12 0.39 321.51 0.21 0.5
Hex 9B 66 88 0 22 C 27 142 15 32
Octal 233 146 210 0 42 14 47 502 25 62
Binary 10011011 1100110 10001000 0 100010 1100 100111 101000010 10101 110010

Color Harmonies of #9B6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6688

Black with #9B6688

Text Example


Text Example

White with #9B6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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