Html Css Color HEX #9B5286 Strikemaster

📋 copy color: '#9B5286'

red 155 ◦ green 82 ◦ blue 134

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

Shades of Strikemaster #9B5286

Tints of Strikemaster #9B5286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 41.78%
G = 22.1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B5286 (or 0x9B5286) is known color: Strikemaster. HEX triplet: 9B, 52 and 86. RGB value is (155,82,134). Sum of RGB (Red+Green+Blue) = 155+82+134=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5286 is #64AD79. Grayscale: #6D6D6D. Windows color (decimal): -6598010 or 8802971. OLE color: 8802971.

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

Color convert

RGB 155 82 134 -
CMYK 0 0.47 0.14 0.39
HSL 317.26º 0.31% 0.46% -
HSV(B) 317.26º 0.47% 0.61% -
XYZ 20.84 14.72 24.3 -
YUV 109.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 155 82 134 0 0.47 0.14 0.39 317.26 0.31 0.46
Hex 9B 52 86 0 2F E 27 13D 1F 2E
Octal 233 122 206 0 57 16 47 475 37 56
Binary 10011011 1010010 10000110 0 101111 1110 100111 100111101 11111 101110

Color Harmonies of #9B5286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5286

Black with #9B5286

Text Example


Text Example

White with #9B5286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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