Html Css Color HEX #9B6A84 Strikemaster

📋 copy color: '#9B6A84'

red 155 ◦ green 106 ◦ blue 132

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

Shades of Strikemaster #9B6A84

Tints of Strikemaster #9B6A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 39.44%
G = 26.97%
B = 33.59%

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

#9B6A84 (or 0x9B6A84) is known color: Strikemaster. HEX triplet: 9B, 6A and 84. RGB value is (155,106,132). Sum of RGB (Red+Green+Blue) = 155+106+132=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A84 is #64957B. Grayscale: #7B7B7B. Windows color (decimal): -6591868 or 8678043. OLE color: 8678043.

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

Color convert

RGB 155 106 132 -
CMYK 0 0.32 0.15 0.39
HSL 328.16º 0.2% 0.51% -
HSV(B) 328.16º 0.32% 0.61% -
XYZ 22.84 18.94 24.28 -
YUV 123.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 155 106 132 0 0.32 0.15 0.39 328.16 0.2 0.51
Hex 9B 6A 84 0 20 F 27 148 14 33
Octal 233 152 204 0 40 17 47 510 24 63
Binary 10011011 1101010 10000100 0 100000 1111 100111 101001000 10100 110011

Color Harmonies of #9B6A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A84

Black with #9B6A84

Text Example


Text Example

White with #9B6A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,106,132); }

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

background-color css

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

 a { background-color: rgb(155,106,132); }

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

border-color css

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

 span { border-color: rgb(155,106,132); }

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