Html Css Color HEX #98507E Strikemaster

📋 copy color: '#98507E'

red 152 ◦ green 80 ◦ blue 126

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

Shades of Strikemaster #98507E

Tints of Strikemaster #98507E

RGB

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

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

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

R = 42.46%
G = 22.35%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98507E (or 0x98507E) is known color: Strikemaster. HEX triplet: 98, 50 and 7E. RGB value is (152,80,126). Sum of RGB (Red+Green+Blue) = 152+80+126=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98507E is #67AF81. Grayscale: #6A6A6A. Windows color (decimal): -6795138 or 8278168. OLE color: 8278168.

HSL color Cylindrical-coordinate representation of color #98507E: hue angle of 321.67º 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 #98507E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 126 -
CMYK 0 0.47 0.17 0.40
HSL 321.67º 0.31% 0.45% -
HSV(B) 321.67º 0.47% 0.6% -
XYZ 19.58 13.92 21.39 -
YUV 106.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 152 80 126 0 0.47 0.17 0.40 321.67 0.31 0.45
Hex 98 50 7E 0 2F 11 28 142 1F 2D
Octal 230 120 176 0 57 21 50 502 37 55
Binary 10011000 1010000 1111110 0 101111 10001 101000 101000010 11111 101101

Color Harmonies of #98507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98507E

Black with #98507E

Text Example


Text Example

White with #98507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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