Html Css Color HEX #9C527B Strikemaster

📋 copy color: '#9C527B'

red 156 ◦ green 82 ◦ blue 123

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

Shades of Strikemaster #9C527B

Tints of Strikemaster #9C527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 43.21%
G = 22.71%
B = 34.07%

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

#9C527B (or 0x9C527B) is known color: Strikemaster. HEX triplet: 9C, 52 and 7B. RGB value is (156,82,123). Sum of RGB (Red+Green+Blue) = 156+82+123=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C527B is #63AD84. Grayscale: #6C6C6C. Windows color (decimal): -6532485 or 8082076. OLE color: 8082076.

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

Color convert

RGB 156 82 123 -
CMYK 0 0.47 0.21 0.39
HSL 326.76º 0.31% 0.47% -
HSV(B) 326.76º 0.47% 0.61% -
XYZ 20.3 14.53 20.47 -
YUV 108.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 156 82 123 0 0.47 0.21 0.39 326.76 0.31 0.47
Hex 9C 52 7B 0 2F 15 27 147 1F 2F
Octal 234 122 173 0 57 25 47 507 37 57
Binary 10011100 1010010 1111011 0 101111 10101 100111 101000111 11111 101111

Color Harmonies of #9C527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C527B

Black with #9C527B

Text Example


Text Example

White with #9C527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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