Html Css Color HEX #98507A Strikemaster

📋 copy color: '#98507A'

red 152 ◦ green 80 ◦ blue 122

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

Shades of Strikemaster #98507A

Tints of Strikemaster #98507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 42.94%
G = 22.6%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98507A (or 0x98507A) is known color: Strikemaster. HEX triplet: 98, 50 and 7A. RGB value is (152,80,122). Sum of RGB (Red+Green+Blue) = 152+80+122=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #98507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98507A is #67AF85. Grayscale: #6A6A6A. Windows color (decimal): -6795142 or 8016024. OLE color: 8016024.

HSL color Cylindrical-coordinate representation of color #98507A: hue angle of 325º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98507A is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 122 -
CMYK 0 0.47 0.20 0.40
HSL 325º 0.31% 0.45% -
HSV(B) 325º 0.47% 0.6% -
XYZ 19.33 13.82 20.06 -
YUV 106.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 152 80 122 0 0.47 0.20 0.40 325 0.31 0.45
Hex 98 50 7A 0 2F 14 28 145 1F 2D
Octal 230 120 172 0 57 24 50 505 37 55
Binary 10011000 1010000 1111010 0 101111 10100 101000 101000101 11111 101101

Color Harmonies of #98507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98507A

Black with #98507A

Text Example


Text Example

White with #98507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98507A; }

 p { color: rgb(152,80,122); }

 H1.HeaderClassName
 {
   color: #98507A;
 }
 .AnyTagClassName
 {
   color: #98507A;
 }
</style>

background-color css

<style>
 a { background-color: #98507A; }

 a { background-color: rgb(152,80,122); }

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

border-color css

<style>
 span { border-color: #98507A; }

 span { border-color: rgb(152,80,122); }

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