Html Css Color HEX #9B4886 Strikemaster

📋 copy color: '#9B4886'

red 155 ◦ green 72 ◦ blue 134

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

Shades of Strikemaster #9B4886

Tints of Strikemaster #9B4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 42.94%
G = 19.94%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B4886 (or 0x9B4886) is known color: Strikemaster. HEX triplet: 9B, 48 and 86. RGB value is (155,72,134). Sum of RGB (Red+Green+Blue) = 155+72+134=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4886 is #64B779. Grayscale: #676767. Windows color (decimal): -6600570 or 8800411. OLE color: 8800411.

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

Color convert

RGB 155 72 134 -
CMYK 0 0.54 0.14 0.39
HSL 315.18º 0.37% 0.45% -
HSV(B) 315.18º 0.54% 0.61% -
XYZ 20.14 13.32 24.06 -
YUV 103.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 155 72 134 0 0.54 0.14 0.39 315.18 0.37 0.45
Hex 9B 48 86 0 36 E 27 13B 25 2D
Octal 233 110 206 0 66 16 47 473 45 55
Binary 10011011 1001000 10000110 0 110110 1110 100111 100111011 100101 101101

Color Harmonies of #9B4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4886

Black with #9B4886

Text Example


Text Example

White with #9B4886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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