Html Css Color HEX #9B5080 Strikemaster

📋 copy color: '#9B5080'

red 155 ◦ green 80 ◦ blue 128

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

Shades of Strikemaster #9B5080

Tints of Strikemaster #9B5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 42.7%
G = 22.04%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B5080 (or 0x9B5080) is known color: Strikemaster. HEX triplet: 9B, 50 and 80. RGB value is (155,80,128). Sum of RGB (Red+Green+Blue) = 155+80+128=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5080 is #64AF7F. Grayscale: #6B6B6B. Windows color (decimal): -6598528 or 8409243. OLE color: 8409243.

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

Color convert

RGB 155 80 128 -
CMYK 0 0.48 0.17 0.39
HSL 321.6º 0.32% 0.46% -
HSV(B) 321.6º 0.48% 0.61% -
XYZ 20.28 14.26 22.11 -
YUV 107.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 155 80 128 0 0.48 0.17 0.39 321.6 0.32 0.46
Hex 9B 50 80 0 30 11 27 142 20 2E
Octal 233 120 200 0 60 21 47 502 40 56
Binary 10011011 1010000 10000000 0 110000 10001 100111 101000010 100000 101110

Color Harmonies of #9B5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5080

Black with #9B5080

Text Example


Text Example

White with #9B5080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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