Html Css Color HEX #985F8C Strikemaster

📋 copy color: '#985F8C'

red 152 ◦ green 95 ◦ blue 140

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

Shades of Strikemaster #985F8C

Tints of Strikemaster #985F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 39.28%
G = 24.55%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#985F8C (or 0x985F8C) is known color: Strikemaster. HEX triplet: 98, 5F and 8C. RGB value is (152,95,140). Sum of RGB (Red+Green+Blue) = 152+95+140=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #985F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985F8C is #67A073. Grayscale: #757575. Windows color (decimal): -6791284 or 9199512. OLE color: 9199512.

HSL color Cylindrical-coordinate representation of color #985F8C: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F8C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 140 -
CMYK 0 0.38 0.08 0.40
HSL 312.63º 0.23% 0.48% -
HSV(B) 312.63º 0.38% 0.6% -
XYZ 21.77 16.75 26.9 -
YUV 117.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 152 95 140 0 0.38 0.08 0.40 312.63 0.23 0.48
Hex 98 5F 8C 0 26 8 28 139 17 30
Octal 230 137 214 0 46 10 50 471 27 60
Binary 10011000 1011111 10001100 0 100110 1000 101000 100111001 10111 110000

Color Harmonies of #985F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F8C

Black with #985F8C

Text Example


Text Example

White with #985F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985F8C; }

 p { color: rgb(152,95,140); }

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

background-color css

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

 a { background-color: rgb(152,95,140); }

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

border-color css

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

 span { border-color: rgb(152,95,140); }

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