Html Css Color HEX #986182 Strikemaster

📋 copy color: '#986182'

red 152 ◦ green 97 ◦ blue 130

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

Shades of Strikemaster #986182

Tints of Strikemaster #986182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 40.11%
G = 25.59%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#986182 (or 0x986182) is known color: Strikemaster. HEX triplet: 98, 61 and 82. RGB value is (152,97,130). Sum of RGB (Red+Green+Blue) = 152+97+130=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #986182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986182 is #679E7D. Grayscale: #757575. Windows color (decimal): -6790782 or 8544664. OLE color: 8544664.

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

Color convert

RGB 152 97 130 -
CMYK 0 0.36 0.14 0.40
HSL 324º 0.22% 0.49% -
HSV(B) 324º 0.36% 0.6% -
XYZ 21.25 16.84 23.25 -
YUV 117.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 152 97 130 0 0.36 0.14 0.40 324 0.22 0.49
Hex 98 61 82 0 24 E 28 144 16 31
Octal 230 141 202 0 44 16 50 504 26 61
Binary 10011000 1100001 10000010 0 100100 1110 101000 101000100 10110 110001

Color Harmonies of #986182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986182

Black with #986182

Text Example


Text Example

White with #986182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986182; }

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

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

background-color css

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

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

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

border-color css

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

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

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