Html Css Color HEX #9B607C Strikemaster

📋 copy color: '#9B607C'

red 155 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #9B607C

Tints of Strikemaster #9B607C

RGB

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

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

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

R = 41.33%
G = 25.6%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B607C (or 0x9B607C) is known color: Strikemaster. HEX triplet: 9B, 60 and 7C. RGB value is (155,96,124). Sum of RGB (Red+Green+Blue) = 155+96+124=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B607C is #649F83. Grayscale: #747474. Windows color (decimal): -6594436 or 8151195. OLE color: 8151195.

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

Color convert

RGB 155 96 124 -
CMYK 0 0.38 0.2 0.39
HSL 331.53º 0.24% 0.49% -
HSV(B) 331.53º 0.38% 0.61% -
XYZ 21.34 16.79 21.18 -
YUV 116.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 155 96 124 0 0.38 0.2 0.39 331.53 0.24 0.49
Hex 9B 60 7C 0 26 14 27 14C 18 31
Octal 233 140 174 0 46 24 47 514 30 61
Binary 10011011 1100000 1111100 0 100110 10100 100111 101001100 11000 110001

Color Harmonies of #9B607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B607C

Black with #9B607C

Text Example


Text Example

White with #9B607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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