Html Css Color HEX #986184 Strikemaster

📋 copy color: '#986184'

red 152 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #986184

Tints of Strikemaster #986184

RGB

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

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

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

R = 39.9%
G = 25.46%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986184 (or 0x986184) is known color: Strikemaster. HEX triplet: 98, 61 and 84. RGB value is (152,97,132). Sum of RGB (Red+Green+Blue) = 152+97+132=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #986184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986184 is #679E7B. Grayscale: #757575. Windows color (decimal): -6790780 or 8675736. OLE color: 8675736.

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

Color convert

RGB 152 97 132 -
CMYK 0 0.36 0.13 0.40
HSL 321.82º 0.22% 0.49% -
HSV(B) 321.82º 0.36% 0.6% -
XYZ 21.39 16.89 23.96 -
YUV 117.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 152 97 132 0 0.36 0.13 0.40 321.82 0.22 0.49
Hex 98 61 84 0 24 D 28 142 16 31
Octal 230 141 204 0 44 15 50 502 26 61
Binary 10011000 1100001 10000100 0 100100 1101 101000 101000010 10110 110001

Color Harmonies of #986184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986184

Black with #986184

Text Example


Text Example

White with #986184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986184; }

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

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

background-color css

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

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

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

border-color css

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

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

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