Html Css Color HEX #986C7D Strikemaster

📋 copy color: '#986C7D'

red 152 ◦ green 108 ◦ blue 125

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

Shades of Strikemaster #986C7D

Tints of Strikemaster #986C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 39.48%
G = 28.05%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#986C7D (or 0x986C7D) is known color: Strikemaster. HEX triplet: 98, 6C and 7D. RGB value is (152,108,125). Sum of RGB (Red+Green+Blue) = 152+108+125=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #986C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C7D is #679382. Grayscale: #7B7B7B. Windows color (decimal): -6787971 or 8219800. OLE color: 8219800.

HSL color Cylindrical-coordinate representation of color #986C7D: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C7D is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 125 -
CMYK 0 0.29 0.18 0.40
HSL 336.82º 0.18% 0.51% -
HSV(B) 336.82º 0.29% 0.6% -
XYZ 22.01 18.88 21.89 -
YUV 123.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 152 108 125 0 0.29 0.18 0.40 336.82 0.18 0.51
Hex 98 6C 7D 0 1D 12 28 151 12 33
Octal 230 154 175 0 35 22 50 521 22 63
Binary 10011000 1101100 1111101 0 11101 10010 101000 101010001 10010 110011

Color Harmonies of #986C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C7D

Black with #986C7D

Text Example


Text Example

White with #986C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C7D; }

 p { color: rgb(152,108,125); }

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

background-color css

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

 a { background-color: rgb(152,108,125); }

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

border-color css

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

 span { border-color: rgb(152,108,125); }

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