Html Css Color HEX #9B7082 Strikemaster

📋 copy color: '#9B7082'

red 155 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #9B7082

Tints of Strikemaster #9B7082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 39.04%
G = 28.21%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B7082 (or 0x9B7082) is known color: Strikemaster. HEX triplet: 9B, 70 and 82. RGB value is (155,112,130). Sum of RGB (Red+Green+Blue) = 155+112+130=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7082 is #648F7D. Grayscale: #7E7E7E. Windows color (decimal): -6590334 or 8548507. OLE color: 8548507.

HSL color Cylindrical-coordinate representation of color #9B7082: hue angle of 334.88º 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 #9B7082 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 130 -
CMYK 0 0.28 0.16 0.39
HSL 334.88º 0.18% 0.52% -
HSV(B) 334.88º 0.28% 0.61% -
XYZ 23.34 20.17 23.78 -
YUV 126.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 155 112 130 0 0.28 0.16 0.39 334.88 0.18 0.52
Hex 9B 70 82 0 1C 10 27 14F 12 34
Octal 233 160 202 0 34 20 47 517 22 64
Binary 10011011 1110000 10000010 0 11100 10000 100111 101001111 10010 110100

Color Harmonies of #9B7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7082

Black with #9B7082

Text Example


Text Example

White with #9B7082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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