Html Css Color HEX #986285 Strikemaster

📋 copy color: '#986285'

red 152 ◦ green 98 ◦ blue 133

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

Shades of Strikemaster #986285

Tints of Strikemaster #986285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.59%

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 39.69%
G = 25.59%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986285 (or 0x986285) is known color: Strikemaster. HEX triplet: 98, 62 and 85. RGB value is (152,98,133). Sum of RGB (Red+Green+Blue) = 152+98+133=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986285 is #679D7A. Grayscale: #767676. Windows color (decimal): -6790523 or 8741528. OLE color: 8741528.

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

Color convert

RGB 152 98 133 -
CMYK 0 0.36 0.13 0.40
HSL 321.11º 0.22% 0.49% -
HSV(B) 321.11º 0.36% 0.6% -
XYZ 21.55 17.1 24.36 -
YUV 118.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 152 98 133 0 0.36 0.13 0.40 321.11 0.22 0.49
Hex 98 62 85 0 24 D 28 141 16 31
Octal 230 142 205 0 44 15 50 501 26 61
Binary 10011000 1100010 10000101 0 100100 1101 101000 101000001 10110 110001

Color Harmonies of #986285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986285

Black with #986285

Text Example


Text Example

White with #986285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986285; }

 p { color: rgb(152,98,133); }

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

background-color css

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

 a { background-color: rgb(152,98,133); }

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

border-color css

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

 span { border-color: rgb(152,98,133); }

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