Html Css Color HEX #99527B Strikemaster

📋 copy color: '#99527B'

red 153 ◦ green 82 ◦ blue 123

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

Shades of Strikemaster #99527B

Tints of Strikemaster #99527B

RGB

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

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

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

R = 42.74%
G = 22.91%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99527B (or 0x99527B) is known color: Strikemaster. HEX triplet: 99, 52 and 7B. RGB value is (153,82,123). Sum of RGB (Red+Green+Blue) = 153+82+123=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99527B is #66AD84. Grayscale: #6B6B6B. Windows color (decimal): -6729093 or 8082073. OLE color: 8082073.

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

Color convert

RGB 153 82 123 -
CMYK 0 0.46 0.20 0.4
HSL 325.35º 0.3% 0.46% -
HSV(B) 325.35º 0.46% 0.6% -
XYZ 19.73 14.24 20.45 -
YUV 107.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 153 82 123 0 0.46 0.20 0.4 325.35 0.3 0.46
Hex 99 52 7B 0 2E 14 28 145 1E 2E
Octal 231 122 173 0 56 24 50 505 36 56
Binary 10011001 1010010 1111011 0 101110 10100 101000 101000101 11110 101110

Color Harmonies of #99527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99527B

Black with #99527B

Text Example


Text Example

White with #99527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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