#9B4B7C

Color #9B4B7C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9B4B7C

Tints of Strikemaster #9B4B7C

Color information

#9B4B7C (or 0x9B4B7C) is unknown color: approx Strikemaster. HEX triplet: 9B, 4B and 7C. RGB value is (155,75,124). Sum of RGB (Red+Green+Blue) = 155+75+124=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B7C is #64B483. Grayscale: #686868. Windows color (decimal): -6599812 or 8145819. OLE color: 8145819.

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

Color convert

RGB15575124-
CMYK00.520.20.39
HSL323.25º34.78%45.1%-
HSV(B)323.25º51.61%60.78%-
XYZ19.6713.4620.63-
YUV104.51139164.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=43.79%
G=21.19%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557512400.520.20.39323.2534.7845.1
Hex9B4B7C0341427143232d
Octal23311317406424475034355
Binary1001101110010111111100011010010100100111101000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,75,124); }

 H1.HeaderClassName
 {
   color: #9B4B7C;
 }
 .AnyTagClassName
 {
   color: #9B4B7C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,75,124); }

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

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

 span { border-color: rgb(155,75,124); }

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