Html Css Color HEX #9B677D Strikemaster

📋 copy color: '#9B677D'

red 155 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #9B677D

Tints of Strikemaster #9B677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 40.47%
G = 26.89%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B677D (or 0x9B677D) is known color: Strikemaster. HEX triplet: 9B, 67 and 7D. RGB value is (155,103,125). Sum of RGB (Red+Green+Blue) = 155+103+125=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B677D is #649882. Grayscale: #797979. Windows color (decimal): -6592643 or 8218523. OLE color: 8218523.

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

Color convert

RGB 155 103 125 -
CMYK 0 0.34 0.19 0.39
HSL 334.62º 0.21% 0.51% -
HSV(B) 334.62º 0.34% 0.61% -
XYZ 22.07 18.15 21.74 -
YUV 121.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 155 103 125 0 0.34 0.19 0.39 334.62 0.21 0.51
Hex 9B 67 7D 0 22 13 27 14F 15 33
Octal 233 147 175 0 42 23 47 517 25 63
Binary 10011011 1100111 1111101 0 100010 10011 100111 101001111 10101 110011

Color Harmonies of #9B677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B677D

Black with #9B677D

Text Example


Text Example

White with #9B677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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