Html Css Color HEX #986885 Strikemaster

📋 copy color: '#986885'

red 152 ◦ green 104 ◦ blue 133

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

Shades of Strikemaster #986885

Tints of Strikemaster #986885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 39.07%
G = 26.74%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#986885 (or 0x986885) is known color: Strikemaster. HEX triplet: 98, 68 and 85. RGB value is (152,104,133). Sum of RGB (Red+Green+Blue) = 152+104+133=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #986885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986885 is #67977A. Grayscale: #797979. Windows color (decimal): -6788987 or 8743064. OLE color: 8743064.

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

Color convert

RGB 152 104 133 -
CMYK 0 0.32 0.13 0.40
HSL 323.75º 0.19% 0.5% -
HSV(B) 323.75º 0.32% 0.6% -
XYZ 22.13 18.27 24.55 -
YUV 121.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 152 104 133 0 0.32 0.13 0.40 323.75 0.19 0.5
Hex 98 68 85 0 20 D 28 144 13 32
Octal 230 150 205 0 40 15 50 504 23 62
Binary 10011000 1101000 10000101 0 100000 1101 101000 101000100 10011 110010

Color Harmonies of #986885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986885

Black with #986885

Text Example


Text Example

White with #986885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986885; }

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

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

background-color css

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

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

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

border-color css

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

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

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