Html Css Color HEX #9B6C83 Strikemaster

📋 copy color: '#9B6C83'

red 155 ◦ green 108 ◦ blue 131

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

Shades of Strikemaster #9B6C83

Tints of Strikemaster #9B6C83

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 39.34%
G = 27.41%
B = 33.25%

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

#9B6C83 (or 0x9B6C83) is known color: Strikemaster. HEX triplet: 9B, 6C and 83. RGB value is (155,108,131). Sum of RGB (Red+Green+Blue) = 155+108+131=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6C83 is #64937C. Grayscale: #7C7C7C. Windows color (decimal): -6591357 or 8613019. OLE color: 8613019.

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

Color convert

RGB 155 108 131 -
CMYK 0 0.30 0.15 0.39
HSL 330.64º 0.19% 0.52% -
HSV(B) 330.64º 0.3% 0.61% -
XYZ 22.98 19.33 23.99 -
YUV 124.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 155 108 131 0 0.30 0.15 0.39 330.64 0.19 0.52
Hex 9B 6C 83 0 1E F 27 14B 13 34
Octal 233 154 203 0 36 17 47 513 23 64
Binary 10011011 1101100 10000011 0 11110 1111 100111 101001011 10011 110100

Color Harmonies of #9B6C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C83

Black with #9B6C83

Text Example


Text Example

White with #9B6C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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