Html Css Color HEX #985683 Strikemaster

📋 copy color: '#985683'

red 152 ◦ green 86 ◦ blue 131

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

Shades of Strikemaster #985683

Tints of Strikemaster #985683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 41.19%
G = 23.31%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985683 (or 0x985683) is known color: Strikemaster. HEX triplet: 98, 56 and 83. RGB value is (152,86,131). Sum of RGB (Red+Green+Blue) = 152+86+131=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985683 is #67A97C. Grayscale: #6E6E6E. Windows color (decimal): -6793597 or 8607384. OLE color: 8607384.

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

Color convert

RGB 152 86 131 -
CMYK 0 0.43 0.14 0.40
HSL 319.09º 0.28% 0.47% -
HSV(B) 319.09º 0.43% 0.6% -
XYZ 20.37 14.97 23.29 -
YUV 110.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 152 86 131 0 0.43 0.14 0.40 319.09 0.28 0.47
Hex 98 56 83 0 2B E 28 13F 1C 2F
Octal 230 126 203 0 53 16 50 477 34 57
Binary 10011000 1010110 10000011 0 101011 1110 101000 100111111 11100 101111

Color Harmonies of #985683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985683

Black with #985683

Text Example


Text Example

White with #985683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985683; }

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

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

background-color css

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

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

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

border-color css

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

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

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