Html Css Color HEX #9C538A Strikemaster

📋 copy color: '#9C538A'

red 156 ◦ green 83 ◦ blue 138

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

Shades of Strikemaster #9C538A

Tints of Strikemaster #9C538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 41.38%
G = 22.02%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C538A (or 0x9C538A) is known color: Strikemaster. HEX triplet: 9C, 53 and 8A. RGB value is (156,83,138). Sum of RGB (Red+Green+Blue) = 156+83+138=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C538A is #63AC75. Grayscale: #6E6E6E. Windows color (decimal): -6532214 or 9065372. OLE color: 9065372.

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

Color convert

RGB 156 83 138 -
CMYK 0 0.47 0.12 0.39
HSL 314.79º 0.31% 0.47% -
HSV(B) 314.79º 0.47% 0.61% -
XYZ 21.39 15.09 25.83 -
YUV 111.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 156 83 138 0 0.47 0.12 0.39 314.79 0.31 0.47
Hex 9C 53 8A 0 2F C 27 13B 1F 2F
Octal 234 123 212 0 57 14 47 473 37 57
Binary 10011100 1010011 10001010 0 101111 1100 100111 100111011 11111 101111

Color Harmonies of #9C538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C538A

Black with #9C538A

Text Example


Text Example

White with #9C538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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