Html Css Color HEX #9B6D85 Strikemaster

📋 copy color: '#9B6D85'

red 155 ◦ green 109 ◦ blue 133

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

Shades of Strikemaster #9B6D85

Tints of Strikemaster #9B6D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

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

R = 39.04%
G = 27.46%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B6D85 (or 0x9B6D85) is known color: Strikemaster. HEX triplet: 9B, 6D and 85. RGB value is (155,109,133). Sum of RGB (Red+Green+Blue) = 155+109+133=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D85 is #64927A. Grayscale: #7D7D7D. Windows color (decimal): -6591099 or 8744347. OLE color: 8744347.

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

Color convert

RGB 155 109 133 -
CMYK 0 0.30 0.14 0.39
HSL 328.7º 0.19% 0.52% -
HSV(B) 328.7º 0.3% 0.61% -
XYZ 23.22 19.6 24.75 -
YUV 125.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 155 109 133 0 0.30 0.14 0.39 328.7 0.19 0.52
Hex 9B 6D 85 0 1E E 27 149 13 34
Octal 233 155 205 0 36 16 47 511 23 64
Binary 10011011 1101101 10000101 0 11110 1110 100111 101001001 10011 110100

Color Harmonies of #9B6D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D85

Black with #9B6D85

Text Example


Text Example

White with #9B6D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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