Html Css Color HEX #98457E Strikemaster

📋 copy color: '#98457E'

red 152 ◦ green 69 ◦ blue 126

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

Shades of Strikemaster #98457E

Tints of Strikemaster #98457E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.88%

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

R = 43.8%
G = 19.88%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98457E (or 0x98457E) is known color: Strikemaster. HEX triplet: 98, 45 and 7E. RGB value is (152,69,126). Sum of RGB (Red+Green+Blue) = 152+69+126=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98457E is #67BA81. Grayscale: #646464. Windows color (decimal): -6797954 or 8275352. OLE color: 8275352.

HSL color Cylindrical-coordinate representation of color #98457E: hue angle of 318.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98457E is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 69 126 -
CMYK 0 0.55 0.17 0.40
HSL 318.8º 0.38% 0.43% -
HSV(B) 318.8º 0.55% 0.6% -
XYZ 18.84 12.44 21.15 -
YUV 100.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 152 69 126 0 0.55 0.17 0.40 318.8 0.38 0.43
Hex 98 45 7E 0 37 11 28 13F 26 2B
Octal 230 105 176 0 67 21 50 477 46 53
Binary 10011000 1000101 1111110 0 110111 10001 101000 100111111 100110 101011

Color Harmonies of #98457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98457E

Black with #98457E

Text Example


Text Example

White with #98457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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