Html Css Color HEX #985180 Strikemaster

📋 copy color: '#985180'

red 152 ◦ green 81 ◦ blue 128

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

Shades of Strikemaster #985180

Tints of Strikemaster #985180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 42.11%
G = 22.44%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985180 (or 0x985180) is known color: Strikemaster. HEX triplet: 98, 51 and 80. RGB value is (152,81,128). Sum of RGB (Red+Green+Blue) = 152+81+128=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985180 is #67AE7F. Grayscale: #6B6B6B. Windows color (decimal): -6794880 or 8409496. OLE color: 8409496.

HSL color Cylindrical-coordinate representation of color #985180: hue angle of 320.28º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985180 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 128 -
CMYK 0 0.47 0.16 0.40
HSL 320.28º 0.3% 0.46% -
HSV(B) 320.28º 0.47% 0.6% -
XYZ 19.79 14.12 22.1 -
YUV 107.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 152 81 128 0 0.47 0.16 0.40 320.28 0.3 0.46
Hex 98 51 80 0 2F 10 28 140 1E 2E
Octal 230 121 200 0 57 20 50 500 36 56
Binary 10011000 1010001 10000000 0 101111 10000 101000 101000000 11110 101110

Color Harmonies of #985180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985180

Black with #985180

Text Example


Text Example

White with #985180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985180; }

 p { color: rgb(152,81,128); }

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

background-color css

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

 a { background-color: rgb(152,81,128); }

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

border-color css

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

 span { border-color: rgb(152,81,128); }

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