Html Css Color HEX #9B5C7F Strikemaster

📋 copy color: '#9B5C7F'

red 155 ◦ green 92 ◦ blue 127

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

Shades of Strikemaster #9B5C7F

Tints of Strikemaster #9B5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 41.44%
G = 24.6%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B5C7F (or 0x9B5C7F) is known color: Strikemaster. HEX triplet: 9B, 5C and 7F. RGB value is (155,92,127). Sum of RGB (Red+Green+Blue) = 155+92+127=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C7F is #64A380. Grayscale: #727272. Windows color (decimal): -6595457 or 8346779. OLE color: 8346779.

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

Color convert

RGB 155 92 127 -
CMYK 0 0.41 0.18 0.39
HSL 326.67º 0.26% 0.48% -
HSV(B) 326.67º 0.41% 0.61% -
XYZ 21.18 16.16 22.08 -
YUV 114.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 155 92 127 0 0.41 0.18 0.39 326.67 0.26 0.48
Hex 9B 5C 7F 0 29 12 27 147 1A 30
Octal 233 134 177 0 51 22 47 507 32 60
Binary 10011011 1011100 1111111 0 101001 10010 100111 101000111 11010 110000

Color Harmonies of #9B5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C7F

Black with #9B5C7F

Text Example


Text Example

White with #9B5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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