Html Css Color HEX #9C6681 Strikemaster

📋 copy color: '#9C6681'

red 156 ◦ green 102 ◦ blue 129

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

Shades of Strikemaster #9C6681

Tints of Strikemaster #9C6681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 40.31%
G = 26.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C6681 (or 0x9C6681) is known color: Strikemaster. HEX triplet: 9C, 66 and 81. RGB value is (156,102,129). Sum of RGB (Red+Green+Blue) = 156+102+129=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6681 is #63997E. Grayscale: #797979. Windows color (decimal): -6527359 or 8480412. OLE color: 8480412.

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

Color convert

RGB 156 102 129 -
CMYK 0 0.35 0.17 0.39
HSL 330º 0.21% 0.51% -
HSV(B) 330º 0.35% 0.61% -
XYZ 22.42 18.16 23.09 -
YUV 121.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 156 102 129 0 0.35 0.17 0.39 330 0.21 0.51
Hex 9C 66 81 0 23 11 27 14A 15 33
Octal 234 146 201 0 43 21 47 512 25 63
Binary 10011100 1100110 10000001 0 100011 10001 100111 101001010 10101 110011

Color Harmonies of #9C6681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6681

Black with #9C6681

Text Example


Text Example

White with #9C6681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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