Html Css Color HEX #9B6782 Strikemaster

📋 copy color: '#9B6782'

red 155 ◦ green 103 ◦ blue 130

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

Shades of Strikemaster #9B6782

Tints of Strikemaster #9B6782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 39.95%
G = 26.55%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9B6782 (or 0x9B6782) is known color: Strikemaster. HEX triplet: 9B, 67 and 82. RGB value is (155,103,130). Sum of RGB (Red+Green+Blue) = 155+103+130=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6782 is #64987D. Grayscale: #797979. Windows color (decimal): -6592638 or 8546203. OLE color: 8546203.

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

Color convert

RGB 155 103 130 -
CMYK 0 0.34 0.16 0.39
HSL 328.85º 0.21% 0.51% -
HSV(B) 328.85º 0.34% 0.61% -
XYZ 22.4 18.28 23.47 -
YUV 121.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 155 103 130 0 0.34 0.16 0.39 328.85 0.21 0.51
Hex 9B 67 82 0 22 10 27 149 15 33
Octal 233 147 202 0 42 20 47 511 25 63
Binary 10011011 1100111 10000010 0 100010 10000 100111 101001001 10101 110011

Color Harmonies of #9B6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6782

Black with #9B6782

Text Example


Text Example

White with #9B6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,130); }

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

background-color css

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

 a { background-color: rgb(155,103,130); }

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

border-color css

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

 span { border-color: rgb(155,103,130); }

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