Html Css Color HEX #986186 Strikemaster

📋 copy color: '#986186'

red 152 ◦ green 97 ◦ blue 134

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

Shades of Strikemaster #986186

Tints of Strikemaster #986186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 39.69%
G = 25.33%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#986186 (or 0x986186) is known color: Strikemaster. HEX triplet: 98, 61 and 86. RGB value is (152,97,134). Sum of RGB (Red+Green+Blue) = 152+97+134=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986186 is #679E79. Grayscale: #757575. Windows color (decimal): -6790778 or 8806808. OLE color: 8806808.

HSL color Cylindrical-coordinate representation of color #986186: hue angle of 319.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986186 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 134 -
CMYK 0 0.36 0.12 0.40
HSL 319.64º 0.22% 0.49% -
HSV(B) 319.64º 0.36% 0.6% -
XYZ 21.53 16.95 24.69 -
YUV 117.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 152 97 134 0 0.36 0.12 0.40 319.64 0.22 0.49
Hex 98 61 86 0 24 C 28 140 16 31
Octal 230 141 206 0 44 14 50 500 26 61
Binary 10011000 1100001 10000110 0 100100 1100 101000 101000000 10110 110001

Color Harmonies of #986186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986186

Black with #986186

Text Example


Text Example

White with #986186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986186; }

 p { color: rgb(152,97,134); }

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

background-color css

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

 a { background-color: rgb(152,97,134); }

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

border-color css

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

 span { border-color: rgb(152,97,134); }

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