Html Css Color HEX #9B7085 Strikemaster

📋 copy color: '#9B7085'

red 155 ◦ green 112 ◦ blue 133

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

Shades of Strikemaster #9B7085

Tints of Strikemaster #9B7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 38.75%
G = 28%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B7085 (or 0x9B7085) is known color: Strikemaster. HEX triplet: 9B, 70 and 85. RGB value is (155,112,133). Sum of RGB (Red+Green+Blue) = 155+112+133=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7085 is #648F7A. Grayscale: #7F7F7F. Windows color (decimal): -6590331 or 8745115. OLE color: 8745115.

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

Color convert

RGB 155 112 133 -
CMYK 0 0.28 0.14 0.39
HSL 330.7º 0.18% 0.52% -
HSV(B) 330.7º 0.28% 0.61% -
XYZ 23.55 20.25 24.86 -
YUV 127.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 155 112 133 0 0.28 0.14 0.39 330.7 0.18 0.52
Hex 9B 70 85 0 1C E 27 14B 12 34
Octal 233 160 205 0 34 16 47 513 22 64
Binary 10011011 1110000 10000101 0 11100 1110 100111 101001011 10010 110100

Color Harmonies of #9B7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7085

Black with #9B7085

Text Example


Text Example

White with #9B7085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,133); }

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

background-color css

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

 a { background-color: rgb(155,112,133); }

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

border-color css

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

 span { border-color: rgb(155,112,133); }

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