Html Css Color HEX #985F7B Strikemaster

📋 copy color: '#985F7B'

red 152 ◦ green 95 ◦ blue 123

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

Shades of Strikemaster #985F7B

Tints of Strikemaster #985F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 41.08%
G = 25.68%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#985F7B (or 0x985F7B) is known color: Strikemaster. HEX triplet: 98, 5F and 7B. RGB value is (152,95,123). Sum of RGB (Red+Green+Blue) = 152+95+123=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F7B is #67A084. Grayscale: #737373. Windows color (decimal): -6791301 or 8085400. OLE color: 8085400.

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

Color convert

RGB 152 95 123 -
CMYK 0 0.38 0.19 0.40
HSL 330.53º 0.23% 0.48% -
HSV(B) 330.53º 0.38% 0.6% -
XYZ 20.62 16.29 20.8 -
YUV 115.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 152 95 123 0 0.38 0.19 0.40 330.53 0.23 0.48
Hex 98 5F 7B 0 26 13 28 14B 17 30
Octal 230 137 173 0 46 23 50 513 27 60
Binary 10011000 1011111 1111011 0 100110 10011 101000 101001011 10111 110000

Color Harmonies of #985F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F7B

Black with #985F7B

Text Example


Text Example

White with #985F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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