Html Css Color HEX #9B557D Strikemaster

📋 copy color: '#9B557D'

red 155 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #9B557D

Tints of Strikemaster #9B557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 42.47%
G = 23.29%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B557D (or 0x9B557D) is known color: Strikemaster. HEX triplet: 9B, 55 and 7D. RGB value is (155,85,125). Sum of RGB (Red+Green+Blue) = 155+85+125=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B557D is #64AA82. Grayscale: #6E6E6E. Windows color (decimal): -6597251 or 8213915. OLE color: 8213915.

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

Color convert

RGB 155 85 125 -
CMYK 0 0.45 0.19 0.39
HSL 325.71º 0.29% 0.47% -
HSV(B) 325.71º 0.45% 0.61% -
XYZ 20.47 14.95 21.21 -
YUV 110.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 155 85 125 0 0.45 0.19 0.39 325.71 0.29 0.47
Hex 9B 55 7D 0 2D 13 27 146 1D 2F
Octal 233 125 175 0 55 23 47 506 35 57
Binary 10011011 1010101 1111101 0 101101 10011 100111 101000110 11101 101111

Color Harmonies of #9B557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B557D

Black with #9B557D

Text Example


Text Example

White with #9B557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,125); }

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

background-color css

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

 a { background-color: rgb(155,85,125); }

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

border-color css

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

 span { border-color: rgb(155,85,125); }

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