Html Css Color HEX #99527E Strikemaster

📋 copy color: '#99527E'

red 153 ◦ green 82 ◦ blue 126

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

Shades of Strikemaster #99527E

Tints of Strikemaster #99527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 42.38%
G = 22.71%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99527E (or 0x99527E) is known color: Strikemaster. HEX triplet: 99, 52 and 7E. RGB value is (153,82,126). Sum of RGB (Red+Green+Blue) = 153+82+126=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99527E is #66AD81. Grayscale: #6C6C6C. Windows color (decimal): -6729090 or 8278681. OLE color: 8278681.

HSL color Cylindrical-coordinate representation of color #99527E: hue angle of 322.82º 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 #99527E is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 126 -
CMYK 0 0.46 0.18 0.4
HSL 322.82º 0.3% 0.46% -
HSV(B) 322.82º 0.46% 0.6% -
XYZ 19.92 14.31 21.45 -
YUV 108.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 153 82 126 0 0.46 0.18 0.4 322.82 0.3 0.46
Hex 99 52 7E 0 2E 12 28 143 1E 2E
Octal 231 122 176 0 56 22 50 503 36 56
Binary 10011001 1010010 1111110 0 101110 10010 101000 101000011 11110 101110

Color Harmonies of #99527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99527E

Black with #99527E

Text Example


Text Example

White with #99527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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