Html Css Color HEX #985884 Strikemaster

📋 copy color: '#985884'

red 152 ◦ green 88 ◦ blue 132

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

Shades of Strikemaster #985884

Tints of Strikemaster #985884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 40.86%
G = 23.66%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985884 (or 0x985884) is known color: Strikemaster. HEX triplet: 98, 58 and 84. RGB value is (152,88,132). Sum of RGB (Red+Green+Blue) = 152+88+132=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985884 is #67A77B. Grayscale: #707070. Windows color (decimal): -6793084 or 8673432. OLE color: 8673432.

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

Color convert

RGB 152 88 132 -
CMYK 0 0.42 0.13 0.40
HSL 318.75º 0.27% 0.47% -
HSV(B) 318.75º 0.42% 0.6% -
XYZ 20.6 15.32 23.7 -
YUV 112.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 152 88 132 0 0.42 0.13 0.40 318.75 0.27 0.47
Hex 98 58 84 0 2A D 28 13F 1B 2F
Octal 230 130 204 0 52 15 50 477 33 57
Binary 10011000 1011000 10000100 0 101010 1101 101000 100111111 11011 101111

Color Harmonies of #985884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985884

Black with #985884

Text Example


Text Example

White with #985884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985884; }

 p { color: rgb(152,88,132); }

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

background-color css

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

 a { background-color: rgb(152,88,132); }

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

border-color css

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

 span { border-color: rgb(152,88,132); }

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