Html Css Color HEX #986384 Strikemaster

📋 copy color: '#986384'

red 152 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #986384

Tints of Strikemaster #986384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 39.69%
G = 25.85%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986384 (or 0x986384) is known color: Strikemaster. HEX triplet: 98, 63 and 84. RGB value is (152,99,132). Sum of RGB (Red+Green+Blue) = 152+99+132=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986384 is #679C7B. Grayscale: #767676. Windows color (decimal): -6790268 or 8676248. OLE color: 8676248.

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

Color convert

RGB 152 99 132 -
CMYK 0 0.35 0.13 0.40
HSL 322.64º 0.21% 0.49% -
HSV(B) 322.64º 0.35% 0.6% -
XYZ 21.58 17.27 24.03 -
YUV 118.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 152 99 132 0 0.35 0.13 0.40 322.64 0.21 0.49
Hex 98 63 84 0 23 D 28 143 15 31
Octal 230 143 204 0 43 15 50 503 25 61
Binary 10011000 1100011 10000100 0 100011 1101 101000 101000011 10101 110001

Color Harmonies of #986384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986384

Black with #986384

Text Example


Text Example

White with #986384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986384; }

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

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

background-color css

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

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

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

border-color css

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

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

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