Html Css Color HEX #9B4983 Strikemaster

📋 copy color: '#9B4983'

red 155 ◦ green 73 ◦ blue 131

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

Shades of Strikemaster #9B4983

Tints of Strikemaster #9B4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

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

R = 43.18%
G = 20.33%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B4983 (or 0x9B4983) is known color: Strikemaster. HEX triplet: 9B, 49 and 83. RGB value is (155,73,131). Sum of RGB (Red+Green+Blue) = 155+73+131=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4983 is #64B67C. Grayscale: #676767. Windows color (decimal): -6600317 or 8604059. OLE color: 8604059.

HSL color Cylindrical-coordinate representation of color #9B4983: hue angle of 317.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4983 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 131 -
CMYK 0 0.53 0.15 0.39
HSL 317.56º 0.36% 0.45% -
HSV(B) 317.56º 0.53% 0.61% -
XYZ 20 13.37 23 -
YUV 104.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 155 73 131 0 0.53 0.15 0.39 317.56 0.36 0.45
Hex 9B 49 83 0 35 F 27 13E 24 2D
Octal 233 111 203 0 65 17 47 476 44 55
Binary 10011011 1001001 10000011 0 110101 1111 100111 100111110 100100 101101

Color Harmonies of #9B4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4983

Black with #9B4983

Text Example


Text Example

White with #9B4983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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