Html Css Color HEX #9B5880 Strikemaster

📋 copy color: '#9B5880'

red 155 ◦ green 88 ◦ blue 128

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

Shades of Strikemaster #9B5880

Tints of Strikemaster #9B5880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 41.78%
G = 23.72%
B = 34.5%

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

#9B5880 (or 0x9B5880) is known color: Strikemaster. HEX triplet: 9B, 58 and 80. RGB value is (155,88,128). Sum of RGB (Red+Green+Blue) = 155+88+128=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5880 is #64A77F. Grayscale: #707070. Windows color (decimal): -6596480 or 8411291. OLE color: 8411291.

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

Color convert

RGB 155 88 128 -
CMYK 0 0.43 0.17 0.39
HSL 324.18º 0.28% 0.48% -
HSV(B) 324.18º 0.43% 0.61% -
XYZ 20.9 15.51 22.31 -
YUV 112.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 155 88 128 0 0.43 0.17 0.39 324.18 0.28 0.48
Hex 9B 58 80 0 2B 11 27 144 1C 30
Octal 233 130 200 0 53 21 47 504 34 60
Binary 10011011 1011000 10000000 0 101011 10001 100111 101000100 11100 110000

Color Harmonies of #9B5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5880

Black with #9B5880

Text Example


Text Example

White with #9B5880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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