Html Css Color HEX #9C6688 Strikemaster

📋 copy color: '#9C6688'

red 156 ◦ green 102 ◦ blue 136

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

Shades of Strikemaster #9C6688

Tints of Strikemaster #9C6688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 39.59%
G = 25.89%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C6688 (or 0x9C6688) is known color: Strikemaster. HEX triplet: 9C, 66 and 88. RGB value is (156,102,136). Sum of RGB (Red+Green+Blue) = 156+102+136=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6688 is #639977. Grayscale: #797979. Windows color (decimal): -6527352 or 8939164. OLE color: 8939164.

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

Color convert

RGB 156 102 136 -
CMYK 0 0.35 0.13 0.39
HSL 322.22º 0.21% 0.51% -
HSV(B) 322.22º 0.35% 0.61% -
XYZ 22.91 18.35 25.63 -
YUV 122.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 156 102 136 0 0.35 0.13 0.39 322.22 0.21 0.51
Hex 9C 66 88 0 23 D 27 142 15 33
Octal 234 146 210 0 43 15 47 502 25 63
Binary 10011100 1100110 10001000 0 100011 1101 100111 101000010 10101 110011

Color Harmonies of #9C6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6688

Black with #9C6688

Text Example


Text Example

White with #9C6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,136); }

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

background-color css

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

 a { background-color: rgb(156,102,136); }

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

border-color css

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

 span { border-color: rgb(156,102,136); }

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