Html Css Color HEX #9F527C Strikemaster

📋 copy color: '#9F527C'

red 159 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #9F527C

Tints of Strikemaster #9F527C

RGB

 RED value IS 159 (62.5% from 255) = 43.56%

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

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

R = 43.56%
G = 22.47%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F527C (or 0x9F527C) is known color: Strikemaster. HEX triplet: 9F, 52 and 7C. RGB value is (159,82,124). Sum of RGB (Red+Green+Blue) = 159+82+124=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F527C is #60AD83. Grayscale: #6D6D6D. Windows color (decimal): -6335876 or 8147615. OLE color: 8147615.

HSL color Cylindrical-coordinate representation of color #9F527C: hue angle of 327.27º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F527C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 82 124 -
CMYK 0 0.48 0.22 0.38
HSL 327.27º 0.32% 0.47% -
HSV(B) 327.27º 0.48% 0.62% -
XYZ 20.95 14.86 20.83 -
YUV 109.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 159 82 124 0 0.48 0.22 0.38 327.27 0.32 0.47
Hex 9F 52 7C 0 30 16 26 147 20 2F
Octal 237 122 174 0 60 26 46 507 40 57
Binary 10011111 1010010 1111100 0 110000 10110 100110 101000111 100000 101111

Color Harmonies of #9F527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F527C

Black with #9F527C

Text Example


Text Example

White with #9F527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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