Html Css Color HEX #9B6486 Strikemaster

📋 copy color: '#9B6486'

red 155 ◦ green 100 ◦ blue 134

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

Shades of Strikemaster #9B6486

Tints of Strikemaster #9B6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 39.85%
G = 25.71%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6486 (or 0x9B6486) is known color: Strikemaster. HEX triplet: 9B, 64 and 86. RGB value is (155,100,134). Sum of RGB (Red+Green+Blue) = 155+100+134=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6486 is #649B79. Grayscale: #787878. Windows color (decimal): -6593402 or 8807579. OLE color: 8807579.

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

Color convert

RGB 155 100 134 -
CMYK 0 0.35 0.14 0.39
HSL 322.91º 0.22% 0.5% -
HSV(B) 322.91º 0.35% 0.61% -
XYZ 22.38 17.8 24.81 -
YUV 120.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 155 100 134 0 0.35 0.14 0.39 322.91 0.22 0.5
Hex 9B 64 86 0 23 E 27 143 16 32
Octal 233 144 206 0 43 16 47 503 26 62
Binary 10011011 1100100 10000110 0 100011 1110 100111 101000011 10110 110010

Color Harmonies of #9B6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6486

Black with #9B6486

Text Example


Text Example

White with #9B6486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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