Html Css Color HEX #9B6E83 Strikemaster

📋 copy color: '#9B6E83'

red 155 ◦ green 110 ◦ blue 131

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

Shades of Strikemaster #9B6E83

Tints of Strikemaster #9B6E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

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

R = 39.14%
G = 27.78%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B6E83 (or 0x9B6E83) is known color: Strikemaster. HEX triplet: 9B, 6E and 83. RGB value is (155,110,131). Sum of RGB (Red+Green+Blue) = 155+110+131=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6E83 is #64917C. Grayscale: #7D7D7D. Windows color (decimal): -6590845 or 8613531. OLE color: 8613531.

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

Color convert

RGB 155 110 131 -
CMYK 0 0.29 0.15 0.39
HSL 332º 0.18% 0.52% -
HSV(B) 332º 0.29% 0.61% -
XYZ 23.19 19.76 24.06 -
YUV 125.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 155 110 131 0 0.29 0.15 0.39 332 0.18 0.52
Hex 9B 6E 83 0 1D F 27 14C 12 34
Octal 233 156 203 0 35 17 47 514 22 64
Binary 10011011 1101110 10000011 0 11101 1111 100111 101001100 10010 110100

Color Harmonies of #9B6E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E83

Black with #9B6E83

Text Example


Text Example

White with #9B6E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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