Html Css Color HEX #9B6D83 Strikemaster

📋 copy color: '#9B6D83'

red 155 ◦ green 109 ◦ blue 131

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

Shades of Strikemaster #9B6D83

Tints of Strikemaster #9B6D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 39.24%
G = 27.59%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B6D83 (or 0x9B6D83) is known color: Strikemaster. HEX triplet: 9B, 6D and 83. RGB value is (155,109,131). Sum of RGB (Red+Green+Blue) = 155+109+131=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6D83 is #64927C. Grayscale: #7D7D7D. Windows color (decimal): -6591101 or 8613275. OLE color: 8613275.

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

Color convert

RGB 155 109 131 -
CMYK 0 0.30 0.15 0.39
HSL 331.3º 0.19% 0.52% -
HSV(B) 331.3º 0.3% 0.61% -
XYZ 23.08 19.54 24.03 -
YUV 125.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 155 109 131 0 0.30 0.15 0.39 331.3 0.19 0.52
Hex 9B 6D 83 0 1E F 27 14B 13 34
Octal 233 155 203 0 36 17 47 513 23 64
Binary 10011011 1101101 10000011 0 11110 1111 100111 101001011 10011 110100

Color Harmonies of #9B6D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D83

Black with #9B6D83

Text Example


Text Example

White with #9B6D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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