Html Css Color HEX #985C7B Strikemaster

📋 copy color: '#985C7B'

red 152 ◦ green 92 ◦ blue 123

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

Shades of Strikemaster #985C7B

Tints of Strikemaster #985C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 41.42%
G = 25.07%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#985C7B (or 0x985C7B) is known color: Strikemaster. HEX triplet: 98, 5C and 7B. RGB value is (152,92,123). Sum of RGB (Red+Green+Blue) = 152+92+123=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C7B is #67A384. Grayscale: #717171. Windows color (decimal): -6792069 or 8084632. OLE color: 8084632.

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

Color convert

RGB 152 92 123 -
CMYK 0 0.39 0.19 0.40
HSL 329º 0.25% 0.48% -
HSV(B) 329º 0.39% 0.6% -
XYZ 20.35 15.76 20.71 -
YUV 113.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 152 92 123 0 0.39 0.19 0.40 329 0.25 0.48
Hex 98 5C 7B 0 27 13 28 149 19 30
Octal 230 134 173 0 47 23 50 511 31 60
Binary 10011000 1011100 1111011 0 100111 10011 101000 101001001 11001 110000

Color Harmonies of #985C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C7B

Black with #985C7B

Text Example


Text Example

White with #985C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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