Html Css Color HEX #9B537F Strikemaster

📋 copy color: '#9B537F'

red 155 ◦ green 83 ◦ blue 127

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

Shades of Strikemaster #9B537F

Tints of Strikemaster #9B537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 42.47%
G = 22.74%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B537F (or 0x9B537F) is known color: Strikemaster. HEX triplet: 9B, 53 and 7F. RGB value is (155,83,127). Sum of RGB (Red+Green+Blue) = 155+83+127=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B537F is #64AC80. Grayscale: #6D6D6D. Windows color (decimal): -6597761 or 8344475. OLE color: 8344475.

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

Color convert

RGB 155 83 127 -
CMYK 0 0.46 0.18 0.39
HSL 323.33º 0.3% 0.47% -
HSV(B) 323.33º 0.46% 0.61% -
XYZ 20.44 14.69 21.84 -
YUV 109.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 155 83 127 0 0.46 0.18 0.39 323.33 0.3 0.47
Hex 9B 53 7F 0 2E 12 27 143 1E 2F
Octal 233 123 177 0 56 22 47 503 36 57
Binary 10011011 1010011 1111111 0 101110 10010 100111 101000011 11110 101111

Color Harmonies of #9B537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B537F

Black with #9B537F

Text Example


Text Example

White with #9B537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,127); }

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

background-color css

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

 a { background-color: rgb(155,83,127); }

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

border-color css

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

 span { border-color: rgb(155,83,127); }

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