Html Css Color HEX #9B617C Strikemaster

📋 copy color: '#9B617C'

red 155 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #9B617C

Tints of Strikemaster #9B617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 41.22%
G = 25.8%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B617C (or 0x9B617C) is known color: Strikemaster. HEX triplet: 9B, 61 and 7C. RGB value is (155,97,124). Sum of RGB (Red+Green+Blue) = 155+97+124=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B617C is #649E83. Grayscale: #757575. Windows color (decimal): -6594180 or 8151451. OLE color: 8151451.

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

Color convert

RGB 155 97 124 -
CMYK 0 0.37 0.2 0.39
HSL 332.07º 0.23% 0.49% -
HSV(B) 332.07º 0.37% 0.61% -
XYZ 21.43 16.97 21.22 -
YUV 117.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 155 97 124 0 0.37 0.2 0.39 332.07 0.23 0.49
Hex 9B 61 7C 0 25 14 27 14C 17 31
Octal 233 141 174 0 45 24 47 514 27 61
Binary 10011011 1100001 1111100 0 100101 10100 100111 101001100 10111 110001

Color Harmonies of #9B617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B617C

Black with #9B617C

Text Example


Text Example

White with #9B617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,124); }

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

background-color css

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

 a { background-color: rgb(155,97,124); }

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

border-color css

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

 span { border-color: rgb(155,97,124); }

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