Html Css Color HEX #9B5881 Strikemaster

📋 copy color: '#9B5881'

red 155 ◦ green 88 ◦ blue 129

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

Shades of Strikemaster #9B5881

Tints of Strikemaster #9B5881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

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

R = 41.67%
G = 23.66%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5881 (or 0x9B5881) is known color: Strikemaster. HEX triplet: 9B, 58 and 81. RGB value is (155,88,129). Sum of RGB (Red+Green+Blue) = 155+88+129=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5881 is #64A77E. Grayscale: #707070. Windows color (decimal): -6596479 or 8476827. OLE color: 8476827.

HSL color Cylindrical-coordinate representation of color #9B5881: hue angle of 323.28º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5881 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 129 -
CMYK 0 0.43 0.17 0.39
HSL 323.28º 0.28% 0.48% -
HSV(B) 323.28º 0.43% 0.61% -
XYZ 20.97 15.53 22.66 -
YUV 112.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 155 88 129 0 0.43 0.17 0.39 323.28 0.28 0.48
Hex 9B 58 81 0 2B 11 27 143 1C 30
Octal 233 130 201 0 53 21 47 503 34 60
Binary 10011011 1011000 10000001 0 101011 10001 100111 101000011 11100 110000

Color Harmonies of #9B5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5881

Black with #9B5881

Text Example


Text Example

White with #9B5881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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