Html Css Color HEX #9C638A Strikemaster

📋 copy color: '#9C638A'

red 156 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #9C638A

Tints of Strikemaster #9C638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 39.69%
G = 25.19%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C638A (or 0x9C638A) is known color: Strikemaster. HEX triplet: 9C, 63 and 8A. RGB value is (156,99,138). Sum of RGB (Red+Green+Blue) = 156+99+138=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C638A is #639C75. Grayscale: #787878. Windows color (decimal): -6528118 or 9069468. OLE color: 9069468.

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

Color convert

RGB 156 99 138 -
CMYK 0 0.37 0.12 0.39
HSL 318.95º 0.22% 0.5% -
HSV(B) 318.95º 0.37% 0.61% -
XYZ 22.76 17.83 26.29 -
YUV 120.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 156 99 138 0 0.37 0.12 0.39 318.95 0.22 0.5
Hex 9C 63 8A 0 25 C 27 13F 16 32
Octal 234 143 212 0 45 14 47 477 26 62
Binary 10011100 1100011 10001010 0 100101 1100 100111 100111111 10110 110010

Color Harmonies of #9C638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C638A

Black with #9C638A

Text Example


Text Example

White with #9C638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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