Html Css Color HEX #9B5984 Strikemaster

📋 copy color: '#9B5984'

red 155 ◦ green 89 ◦ blue 132

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

Shades of Strikemaster #9B5984

Tints of Strikemaster #9B5984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 41.22%
G = 23.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B5984 (or 0x9B5984) is known color: Strikemaster. HEX triplet: 9B, 59 and 84. RGB value is (155,89,132). Sum of RGB (Red+Green+Blue) = 155+89+132=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5984 is #64A67B. Grayscale: #717171. Windows color (decimal): -6596220 or 8673691. OLE color: 8673691.

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

Color convert

RGB 155 89 132 -
CMYK 0 0.43 0.15 0.39
HSL 320.91º 0.27% 0.48% -
HSV(B) 320.91º 0.43% 0.61% -
XYZ 21.25 15.78 23.76 -
YUV 113.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 155 89 132 0 0.43 0.15 0.39 320.91 0.27 0.48
Hex 9B 59 84 0 2B F 27 141 1B 30
Octal 233 131 204 0 53 17 47 501 33 60
Binary 10011011 1011001 10000100 0 101011 1111 100111 101000001 11011 110000

Color Harmonies of #9B5984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5984

Black with #9B5984

Text Example


Text Example

White with #9B5984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,132); }

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

background-color css

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

 a { background-color: rgb(155,89,132); }

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

border-color css

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

 span { border-color: rgb(155,89,132); }

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