Html Css Color HEX #98527B Strikemaster

📋 copy color: '#98527B'

red 152 ◦ green 82 ◦ blue 123

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

Shades of Strikemaster #98527B

Tints of Strikemaster #98527B

RGB

 RED value IS 152 (59.77% from 255) = 42.58%

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

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

R = 42.58%
G = 22.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98527B (or 0x98527B) is known color: Strikemaster. HEX triplet: 98, 52 and 7B. RGB value is (152,82,123). Sum of RGB (Red+Green+Blue) = 152+82+123=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98527B is #67AD84. Grayscale: #6B6B6B. Windows color (decimal): -6794629 or 8082072. OLE color: 8082072.

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

Color convert

RGB 152 82 123 -
CMYK 0 0.46 0.19 0.40
HSL 324.86º 0.3% 0.46% -
HSV(B) 324.86º 0.46% 0.6% -
XYZ 19.54 14.14 20.44 -
YUV 107.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 152 82 123 0 0.46 0.19 0.40 324.86 0.3 0.46
Hex 98 52 7B 0 2E 13 28 145 1E 2E
Octal 230 122 173 0 56 23 50 505 36 56
Binary 10011000 1010010 1111011 0 101110 10011 101000 101000101 11110 101110

Color Harmonies of #98527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98527B

Black with #98527B

Text Example


Text Example

White with #98527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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