Html Css Color HEX #9B617F Strikemaster

📋 copy color: '#9B617F'

red 155 ◦ green 97 ◦ blue 127

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

Shades of Strikemaster #9B617F

Tints of Strikemaster #9B617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 40.9%
G = 25.59%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B617F (or 0x9B617F) is known color: Strikemaster. HEX triplet: 9B, 61 and 7F. RGB value is (155,97,127). Sum of RGB (Red+Green+Blue) = 155+97+127=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B617F is #649E80. Grayscale: #757575. Windows color (decimal): -6594177 or 8348059. OLE color: 8348059.

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

Color convert

RGB 155 97 127 -
CMYK 0 0.37 0.18 0.39
HSL 328.97º 0.23% 0.49% -
HSV(B) 328.97º 0.37% 0.61% -
XYZ 21.62 17.05 22.23 -
YUV 117.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 155 97 127 0 0.37 0.18 0.39 328.97 0.23 0.49
Hex 9B 61 7F 0 25 12 27 149 17 31
Octal 233 141 177 0 45 22 47 511 27 61
Binary 10011011 1100001 1111111 0 100101 10010 100111 101001001 10111 110001

Color Harmonies of #9B617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B617F

Black with #9B617F

Text Example


Text Example

White with #9B617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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