Html Css Color HEX #9B6983 Strikemaster

📋 copy color: '#9B6983'

red 155 ◦ green 105 ◦ blue 131

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

Shades of Strikemaster #9B6983

Tints of Strikemaster #9B6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 39.64%
G = 26.85%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B6983 (or 0x9B6983) is known color: Strikemaster. HEX triplet: 9B, 69 and 83. RGB value is (155,105,131). Sum of RGB (Red+Green+Blue) = 155+105+131=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6983 is #64967C. Grayscale: #7A7A7A. Windows color (decimal): -6592125 or 8612251. OLE color: 8612251.

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

Color convert

RGB 155 105 131 -
CMYK 0 0.32 0.15 0.39
HSL 328.8º 0.2% 0.51% -
HSV(B) 328.8º 0.32% 0.61% -
XYZ 22.67 18.71 23.89 -
YUV 122.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 155 105 131 0 0.32 0.15 0.39 328.8 0.2 0.51
Hex 9B 69 83 0 20 F 27 149 14 33
Octal 233 151 203 0 40 17 47 511 24 63
Binary 10011011 1101001 10000011 0 100000 1111 100111 101001001 10100 110011

Color Harmonies of #9B6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6983

Black with #9B6983

Text Example


Text Example

White with #9B6983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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