Html Css Color HEX #9B6687 Strikemaster

📋 copy color: '#9B6687'

red 155 ◦ green 102 ◦ blue 135

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

Shades of Strikemaster #9B6687

Tints of Strikemaster #9B6687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 39.54%
G = 26.02%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B6687 (or 0x9B6687) is known color: Strikemaster. HEX triplet: 9B, 66 and 87. RGB value is (155,102,135). Sum of RGB (Red+Green+Blue) = 155+102+135=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6687 is #649978. Grayscale: #797979. Windows color (decimal): -6592889 or 8873627. OLE color: 8873627.

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

Color convert

RGB 155 102 135 -
CMYK 0 0.34 0.13 0.39
HSL 322.64º 0.21% 0.5% -
HSV(B) 322.64º 0.34% 0.61% -
XYZ 22.64 18.22 25.25 -
YUV 121.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 155 102 135 0 0.34 0.13 0.39 322.64 0.21 0.5
Hex 9B 66 87 0 22 D 27 143 15 32
Octal 233 146 207 0 42 15 47 503 25 62
Binary 10011011 1100110 10000111 0 100010 1101 100111 101000011 10101 110010

Color Harmonies of #9B6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6687

Black with #9B6687

Text Example


Text Example

White with #9B6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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