Html Css Color HEX #9B607F Strikemaster

📋 copy color: '#9B607F'

red 155 ◦ green 96 ◦ blue 127

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

Shades of Strikemaster #9B607F

Tints of Strikemaster #9B607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

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

R = 41.01%
G = 25.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B607F (or 0x9B607F) is known color: Strikemaster. HEX triplet: 9B, 60 and 7F. RGB value is (155,96,127). Sum of RGB (Red+Green+Blue) = 155+96+127=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B607F is #649F80. Grayscale: #757575. Windows color (decimal): -6594433 or 8347803. OLE color: 8347803.

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

Color convert

RGB 155 96 127 -
CMYK 0 0.38 0.18 0.39
HSL 328.47º 0.24% 0.49% -
HSV(B) 328.47º 0.38% 0.61% -
XYZ 21.53 16.87 22.2 -
YUV 117.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 155 96 127 0 0.38 0.18 0.39 328.47 0.24 0.49
Hex 9B 60 7F 0 26 12 27 148 18 31
Octal 233 140 177 0 46 22 47 510 30 61
Binary 10011011 1100000 1111111 0 100110 10010 100111 101001000 11000 110001

Color Harmonies of #9B607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B607F

Black with #9B607F

Text Example


Text Example

White with #9B607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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