Html Css Color HEX #9C527C Strikemaster

📋 copy color: '#9C527C'

red 156 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #9C527C

Tints of Strikemaster #9C527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 43.09%
G = 22.65%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C527C (or 0x9C527C) is known color: Strikemaster. HEX triplet: 9C, 52 and 7C. RGB value is (156,82,124). Sum of RGB (Red+Green+Blue) = 156+82+124=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C527C is #63AD83. Grayscale: #6C6C6C. Windows color (decimal): -6532484 or 8147612. OLE color: 8147612.

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

Color convert

RGB 156 82 124 -
CMYK 0 0.47 0.21 0.39
HSL 325.95º 0.31% 0.47% -
HSV(B) 325.95º 0.47% 0.61% -
XYZ 20.37 14.56 20.81 -
YUV 108.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 156 82 124 0 0.47 0.21 0.39 325.95 0.31 0.47
Hex 9C 52 7C 0 2F 15 27 146 1F 2F
Octal 234 122 174 0 57 25 47 506 37 57
Binary 10011100 1010010 1111100 0 101111 10101 100111 101000110 11111 101111

Color Harmonies of #9C527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C527C

Black with #9C527C

Text Example


Text Example

White with #9C527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,124); }

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

background-color css

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

 a { background-color: rgb(156,82,124); }

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

border-color css

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

 span { border-color: rgb(156,82,124); }

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