Html Css Color HEX #986383 Strikemaster

📋 copy color: '#986383'

red 152 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #986383

Tints of Strikemaster #986383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 39.79%
G = 25.92%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#986383 (or 0x986383) is known color: Strikemaster. HEX triplet: 98, 63 and 83. RGB value is (152,99,131). Sum of RGB (Red+Green+Blue) = 152+99+131=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #986383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986383 is #679C7C. Grayscale: #767676. Windows color (decimal): -6790269 or 8610712. OLE color: 8610712.

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

Color convert

RGB 152 99 131 -
CMYK 0 0.35 0.14 0.40
HSL 323.77º 0.21% 0.49% -
HSV(B) 323.77º 0.35% 0.6% -
XYZ 21.51 17.24 23.67 -
YUV 118.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 152 99 131 0 0.35 0.14 0.40 323.77 0.21 0.49
Hex 98 63 83 0 23 E 28 144 15 31
Octal 230 143 203 0 43 16 50 504 25 61
Binary 10011000 1100011 10000011 0 100011 1110 101000 101000100 10101 110001

Color Harmonies of #986383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986383

Black with #986383

Text Example


Text Example

White with #986383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986383; }

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

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

background-color css

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

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

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

border-color css

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

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

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