Html Css Color HEX #985088 Strikemaster

📋 copy color: '#985088'

red 152 ◦ green 80 ◦ blue 136

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

Shades of Strikemaster #985088

Tints of Strikemaster #985088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 41.3%
G = 21.74%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985088 (or 0x985088) is known color: Strikemaster. HEX triplet: 98, 50 and 88. RGB value is (152,80,136). Sum of RGB (Red+Green+Blue) = 152+80+136=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985088 is #67AF77. Grayscale: #6B6B6B. Windows color (decimal): -6795128 or 8933528. OLE color: 8933528.

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

Color convert

RGB 152 80 136 -
CMYK 0 0.47 0.11 0.40
HSL 313.33º 0.31% 0.45% -
HSV(B) 313.33º 0.47% 0.6% -
XYZ 20.26 14.19 24.96 -
YUV 107.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 152 80 136 0 0.47 0.11 0.40 313.33 0.31 0.45
Hex 98 50 88 0 2F B 28 139 1F 2D
Octal 230 120 210 0 57 13 50 471 37 55
Binary 10011000 1010000 10001000 0 101111 1011 101000 100111001 11111 101101

Color Harmonies of #985088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985088

Black with #985088

Text Example


Text Example

White with #985088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985088; }

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

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

background-color css

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

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

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

border-color css

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

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

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