Html Css Color HEX #985E7F Strikemaster

📋 copy color: '#985E7F'

red 152 ◦ green 94 ◦ blue 127

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

Shades of Strikemaster #985E7F

Tints of Strikemaster #985E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 40.75%
G = 25.2%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#985E7F (or 0x985E7F) is known color: Strikemaster. HEX triplet: 98, 5E and 7F. RGB value is (152,94,127). Sum of RGB (Red+Green+Blue) = 152+94+127=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E7F is #67A180. Grayscale: #737373. Windows color (decimal): -6791553 or 8347288. OLE color: 8347288.

HSL color Cylindrical-coordinate representation of color #985E7F: hue angle of 325.86º degrees, saturation: 0.24, 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 #985E7F is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 127 -
CMYK 0 0.38 0.16 0.40
HSL 325.86º 0.24% 0.48% -
HSV(B) 325.86º 0.38% 0.6% -
XYZ 20.78 16.21 22.11 -
YUV 115.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 152 94 127 0 0.38 0.16 0.40 325.86 0.24 0.48
Hex 98 5E 7F 0 26 10 28 146 18 30
Octal 230 136 177 0 46 20 50 506 30 60
Binary 10011000 1011110 1111111 0 100110 10000 101000 101000110 11000 110000

Color Harmonies of #985E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E7F

Black with #985E7F

Text Example


Text Example

White with #985E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,127); }

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

background-color css

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

 a { background-color: rgb(152,94,127); }

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

border-color css

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

 span { border-color: rgb(152,94,127); }

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