Html Css Color HEX #9C6989 Strikemaster

📋 copy color: '#9C6989'

red 156 ◦ green 105 ◦ blue 137

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

Shades of Strikemaster #9C6989

Tints of Strikemaster #9C6989

RGB

 RED value IS 156 (61.33% from 255) = 39.2%

 GREEN value IS 105 (41.41% from 255) = 26.38%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 39.2%
G = 26.38%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C6989 (or 0x9C6989) is known color: Strikemaster. HEX triplet: 9C, 69 and 89. RGB value is (156,105,137). Sum of RGB (Red+Green+Blue) = 156+105+137=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6989 is #639676. Grayscale: #7B7B7B. Windows color (decimal): -6526583 or 9005468. OLE color: 9005468.

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

Color convert

RGB 156 105 137 -
CMYK 0 0.33 0.12 0.39
HSL 322.35º 0.2% 0.51% -
HSV(B) 322.35º 0.33% 0.61% -
XYZ 23.28 18.98 26.1 -
YUV 123.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 156 105 137 0 0.33 0.12 0.39 322.35 0.2 0.51
Hex 9C 69 89 0 21 C 27 142 14 33
Octal 234 151 211 0 41 14 47 502 24 63
Binary 10011100 1101001 10001001 0 100001 1100 100111 101000010 10100 110011

Color Harmonies of #9C6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6989

Black with #9C6989

Text Example


Text Example

White with #9C6989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,137); }

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

background-color css

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

 a { background-color: rgb(156,105,137); }

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

border-color css

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

 span { border-color: rgb(156,105,137); }

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