Html Css Color HEX #9B4881 Strikemaster

📋 copy color: '#9B4881'

red 155 ◦ green 72 ◦ blue 129

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

Shades of Strikemaster #9B4881

Tints of Strikemaster #9B4881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 43.54%
G = 20.22%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B4881 (or 0x9B4881) is known color: Strikemaster. HEX triplet: 9B, 48 and 81. RGB value is (155,72,129). Sum of RGB (Red+Green+Blue) = 155+72+129=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4881 is #64B77E. Grayscale: #676767. Windows color (decimal): -6600575 or 8472731. OLE color: 8472731.

HSL color Cylindrical-coordinate representation of color #9B4881: hue angle of 318.8º 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 #9B4881 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 72 129 -
CMYK 0 0.54 0.17 0.39
HSL 318.8º 0.37% 0.45% -
HSV(B) 318.8º 0.54% 0.61% -
XYZ 19.8 13.19 22.27 -
YUV 103.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 155 72 129 0 0.54 0.17 0.39 318.8 0.37 0.45
Hex 9B 48 81 0 36 11 27 13F 25 2D
Octal 233 110 201 0 66 21 47 477 45 55
Binary 10011011 1001000 10000001 0 110110 10001 100111 100111111 100101 101101

Color Harmonies of #9B4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4881

Black with #9B4881

Text Example


Text Example

White with #9B4881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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