Html Css Color HEX #9B607A Strikemaster

📋 copy color: '#9B607A'

red 155 ◦ green 96 ◦ blue 122

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

Shades of Strikemaster #9B607A

Tints of Strikemaster #9B607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 41.55%
G = 25.74%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B607A (or 0x9B607A) is known color: Strikemaster. HEX triplet: 9B, 60 and 7A. RGB value is (155,96,122). Sum of RGB (Red+Green+Blue) = 155+96+122=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B607A is #649F85. Grayscale: #747474. Windows color (decimal): -6594438 or 8020123. OLE color: 8020123.

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

Color convert

RGB 155 96 122 -
CMYK 0 0.38 0.21 0.39
HSL 333.56º 0.24% 0.49% -
HSV(B) 333.56º 0.38% 0.61% -
XYZ 21.21 16.74 20.53 -
YUV 116.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 155 96 122 0 0.38 0.21 0.39 333.56 0.24 0.49
Hex 9B 60 7A 0 26 15 27 14E 18 31
Octal 233 140 172 0 46 25 47 516 30 61
Binary 10011011 1100000 1111010 0 100110 10101 100111 101001110 11000 110001

Color Harmonies of #9B607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B607A

Black with #9B607A

Text Example


Text Example

White with #9B607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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