Html Css Color HEX #99527C Strikemaster

📋 copy color: '#99527C'

red 153 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #99527C

Tints of Strikemaster #99527C

RGB

 RED value IS 153 (60.16% from 255) = 42.62%

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

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

R = 42.62%
G = 22.84%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99527C (or 0x99527C) is known color: Strikemaster. HEX triplet: 99, 52 and 7C. RGB value is (153,82,124). Sum of RGB (Red+Green+Blue) = 153+82+124=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99527C is #66AD83. Grayscale: #6B6B6B. Windows color (decimal): -6729092 or 8147609. OLE color: 8147609.

HSL color Cylindrical-coordinate representation of color #99527C: hue angle of 324.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99527C is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 124 -
CMYK 0 0.46 0.19 0.4
HSL 324.51º 0.3% 0.46% -
HSV(B) 324.51º 0.46% 0.6% -
XYZ 19.79 14.26 20.78 -
YUV 108.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 153 82 124 0 0.46 0.19 0.4 324.51 0.3 0.46
Hex 99 52 7C 0 2E 13 28 145 1E 2E
Octal 231 122 174 0 56 23 50 505 36 56
Binary 10011001 1010010 1111100 0 101110 10011 101000 101000101 11110 101110

Color Harmonies of #99527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99527C

Black with #99527C

Text Example


Text Example

White with #99527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99527C; }

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

 H1.HeaderClassName
 {
   color: #99527C;
 }
 .AnyTagClassName
 {
   color: #99527C;
 }
</style>

background-color css

<style>
 a { background-color: #99527C; }

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

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

border-color css

<style>
 span { border-color: #99527C; }

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

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