Html Css Color HEX #9C648A Strikemaster

📋 copy color: '#9C648A'

red 156 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #9C648A

Tints of Strikemaster #9C648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 39.59%
G = 25.38%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C648A (or 0x9C648A) is known color: Strikemaster. HEX triplet: 9C, 64 and 8A. RGB value is (156,100,138). Sum of RGB (Red+Green+Blue) = 156+100+138=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C648A is #639B75. Grayscale: #787878. Windows color (decimal): -6527862 or 9069724. OLE color: 9069724.

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

Color convert

RGB 156 100 138 -
CMYK 0 0.36 0.12 0.39
HSL 319.29º 0.22% 0.5% -
HSV(B) 319.29º 0.36% 0.61% -
XYZ 22.85 18.02 26.32 -
YUV 121.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 156 100 138 0 0.36 0.12 0.39 319.29 0.22 0.5
Hex 9C 64 8A 0 24 C 27 13F 16 32
Octal 234 144 212 0 44 14 47 477 26 62
Binary 10011100 1100100 10001010 0 100100 1100 100111 100111111 10110 110010

Color Harmonies of #9C648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C648A

Black with #9C648A

Text Example


Text Example

White with #9C648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,138); }

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

background-color css

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

 a { background-color: rgb(156,100,138); }

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

border-color css

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

 span { border-color: rgb(156,100,138); }

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