Html Css Color HEX #9B6788 Strikemaster

📋 copy color: '#9B6788'

red 155 ◦ green 103 ◦ blue 136

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

Shades of Strikemaster #9B6788

Tints of Strikemaster #9B6788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

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

R = 39.34%
G = 26.14%
B = 34.52%

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

#9B6788 (or 0x9B6788) is known color: Strikemaster. HEX triplet: 9B, 67 and 88. RGB value is (155,103,136). Sum of RGB (Red+Green+Blue) = 155+103+136=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6788 is #649877. Grayscale: #7A7A7A. Windows color (decimal): -6592632 or 8939419. OLE color: 8939419.

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

Color convert

RGB 155 103 136 -
CMYK 0 0.34 0.12 0.39
HSL 321.92º 0.21% 0.51% -
HSV(B) 321.92º 0.34% 0.61% -
XYZ 22.81 18.45 25.65 -
YUV 122.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 155 103 136 0 0.34 0.12 0.39 321.92 0.21 0.51
Hex 9B 67 88 0 22 C 27 142 15 33
Octal 233 147 210 0 42 14 47 502 25 63
Binary 10011011 1100111 10001000 0 100010 1100 100111 101000010 10101 110011

Color Harmonies of #9B6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6788

Black with #9B6788

Text Example


Text Example

White with #9B6788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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