Html Css Color HEX #9B6484 Strikemaster

📋 copy color: '#9B6484'

red 155 ◦ green 100 ◦ blue 132

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

Shades of Strikemaster #9B6484

Tints of Strikemaster #9B6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 40.05%
G = 25.84%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B6484 (or 0x9B6484) is known color: Strikemaster. HEX triplet: 9B, 64 and 84. RGB value is (155,100,132). Sum of RGB (Red+Green+Blue) = 155+100+132=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6484 is #649B7B. Grayscale: #787878. Windows color (decimal): -6593404 or 8676507. OLE color: 8676507.

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

Color convert

RGB 155 100 132 -
CMYK 0 0.35 0.15 0.39
HSL 325.09º 0.22% 0.5% -
HSV(B) 325.09º 0.35% 0.61% -
XYZ 22.24 17.75 24.08 -
YUV 120.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 155 100 132 0 0.35 0.15 0.39 325.09 0.22 0.5
Hex 9B 64 84 0 23 F 27 145 16 32
Octal 233 144 204 0 43 17 47 505 26 62
Binary 10011011 1100100 10000100 0 100011 1111 100111 101000101 10110 110010

Color Harmonies of #9B6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6484

Black with #9B6484

Text Example


Text Example

White with #9B6484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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