Html Css Color HEX #986085 Strikemaster

📋 copy color: '#986085'

red 152 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #986085

Tints of Strikemaster #986085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

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

R = 39.9%
G = 25.2%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986085 (or 0x986085) is known color: Strikemaster. HEX triplet: 98, 60 and 85. RGB value is (152,96,133). Sum of RGB (Red+Green+Blue) = 152+96+133=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #986085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986085 is #679F7A. Grayscale: #747474. Windows color (decimal): -6791035 or 8741016. OLE color: 8741016.

HSL color Cylindrical-coordinate representation of color #986085: hue angle of 320.36º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986085 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 133 -
CMYK 0 0.37 0.13 0.40
HSL 320.36º 0.23% 0.49% -
HSV(B) 320.36º 0.37% 0.6% -
XYZ 21.37 16.73 24.29 -
YUV 116.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 152 96 133 0 0.37 0.13 0.40 320.36 0.23 0.49
Hex 98 60 85 0 25 D 28 140 17 31
Octal 230 140 205 0 45 15 50 500 27 61
Binary 10011000 1100000 10000101 0 100101 1101 101000 101000000 10111 110001

Color Harmonies of #986085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986085

Black with #986085

Text Example


Text Example

White with #986085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986085; }

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

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

background-color css

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

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

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

border-color css

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

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

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