Html Css Color HEX #9C668B Strikemaster

📋 copy color: '#9C668B'

red 156 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #9C668B

Tints of Strikemaster #9C668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 39.29%
G = 25.69%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C668B (or 0x9C668B) is known color: Strikemaster. HEX triplet: 9C, 66 and 8B. RGB value is (156,102,139). Sum of RGB (Red+Green+Blue) = 156+102+139=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C668B is #639974. Grayscale: #7A7A7A. Windows color (decimal): -6527349 or 9135772. OLE color: 9135772.

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

Color convert

RGB 156 102 139 -
CMYK 0 0.35 0.11 0.39
HSL 318.89º 0.21% 0.51% -
HSV(B) 318.89º 0.35% 0.61% -
XYZ 23.12 18.43 26.77 -
YUV 122.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 156 102 139 0 0.35 0.11 0.39 318.89 0.21 0.51
Hex 9C 66 8B 0 23 B 27 13F 15 33
Octal 234 146 213 0 43 13 47 477 25 63
Binary 10011100 1100110 10001011 0 100011 1011 100111 100111111 10101 110011

Color Harmonies of #9C668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C668B

Black with #9C668B

Text Example


Text Example

White with #9C668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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