Html Css Color HEX #9B5983 Strikemaster

📋 copy color: '#9B5983'

red 155 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #9B5983

Tints of Strikemaster #9B5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 41.33%
G = 23.73%
B = 34.93%

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

#9B5983 (or 0x9B5983) is known color: Strikemaster. HEX triplet: 9B, 59 and 83. RGB value is (155,89,131). Sum of RGB (Red+Green+Blue) = 155+89+131=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5983 is #64A67C. Grayscale: #717171. Windows color (decimal): -6596221 or 8608155. OLE color: 8608155.

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

Color convert

RGB 155 89 131 -
CMYK 0 0.43 0.15 0.39
HSL 321.82º 0.27% 0.48% -
HSV(B) 321.82º 0.43% 0.61% -
XYZ 21.19 15.75 23.4 -
YUV 113.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 155 89 131 0 0.43 0.15 0.39 321.82 0.27 0.48
Hex 9B 59 83 0 2B F 27 142 1B 30
Octal 233 131 203 0 53 17 47 502 33 60
Binary 10011011 1011001 10000011 0 101011 1111 100111 101000010 11011 110000

Color Harmonies of #9B5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5983

Black with #9B5983

Text Example


Text Example

White with #9B5983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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