Html Css Color HEX #9C6C89 Strikemaster

📋 copy color: '#9C6C89'

red 156 ◦ green 108 ◦ blue 137

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

Shades of Strikemaster #9C6C89

Tints of Strikemaster #9C6C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

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

R = 38.9%
G = 26.93%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C6C89 (or 0x9C6C89) is known color: Strikemaster. HEX triplet: 9C, 6C and 89. RGB value is (156,108,137). Sum of RGB (Red+Green+Blue) = 156+108+137=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6C89 is #639376. Grayscale: #7D7D7D. Windows color (decimal): -6525815 or 9006236. OLE color: 9006236.

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

Color convert

RGB 156 108 137 -
CMYK 0 0.31 0.12 0.39
HSL 323.75º 0.2% 0.52% -
HSV(B) 323.75º 0.31% 0.61% -
XYZ 23.59 19.6 26.21 -
YUV 125.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 156 108 137 0 0.31 0.12 0.39 323.75 0.2 0.52
Hex 9C 6C 89 0 1F C 27 144 14 34
Octal 234 154 211 0 37 14 47 504 24 64
Binary 10011100 1101100 10001001 0 11111 1100 100111 101000100 10100 110100

Color Harmonies of #9C6C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C89

Black with #9C6C89

Text Example


Text Example

White with #9C6C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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