Html Css Color HEX #9B6886 Strikemaster

📋 copy color: '#9B6886'

red 155 ◦ green 104 ◦ blue 134

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

Shades of Strikemaster #9B6886

Tints of Strikemaster #9B6886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 39.44%
G = 26.46%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6886 (or 0x9B6886) is known color: Strikemaster. HEX triplet: 9B, 68 and 86. RGB value is (155,104,134). Sum of RGB (Red+Green+Blue) = 155+104+134=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6886 is #649779. Grayscale: #7A7A7A. Windows color (decimal): -6592378 or 8808603. OLE color: 8808603.

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

Color convert

RGB 155 104 134 -
CMYK 0 0.33 0.14 0.39
HSL 324.71º 0.2% 0.51% -
HSV(B) 324.71º 0.33% 0.61% -
XYZ 22.77 18.59 24.94 -
YUV 122.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 155 104 134 0 0.33 0.14 0.39 324.71 0.2 0.51
Hex 9B 68 86 0 21 E 27 145 14 33
Octal 233 150 206 0 41 16 47 505 24 63
Binary 10011011 1101000 10000110 0 100001 1110 100111 101000101 10100 110011

Color Harmonies of #9B6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6886

Black with #9B6886

Text Example


Text Example

White with #9B6886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,134); }

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

background-color css

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

 a { background-color: rgb(155,104,134); }

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

border-color css

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

 span { border-color: rgb(155,104,134); }

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