Html Css Color HEX #985C7E Strikemaster

📋 copy color: '#985C7E'

red 152 ◦ green 92 ◦ blue 126

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

Shades of Strikemaster #985C7E

Tints of Strikemaster #985C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 41.08%
G = 24.86%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#985C7E (or 0x985C7E) is known color: Strikemaster. HEX triplet: 98, 5C and 7E. RGB value is (152,92,126). Sum of RGB (Red+Green+Blue) = 152+92+126=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C7E is #67A381. Grayscale: #717171. Windows color (decimal): -6792066 or 8281240. OLE color: 8281240.

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

Color convert

RGB 152 92 126 -
CMYK 0 0.39 0.17 0.40
HSL 326º 0.25% 0.48% -
HSV(B) 326º 0.39% 0.6% -
XYZ 20.54 15.84 21.71 -
YUV 113.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 152 92 126 0 0.39 0.17 0.40 326 0.25 0.48
Hex 98 5C 7E 0 27 11 28 146 19 30
Octal 230 134 176 0 47 21 50 506 31 60
Binary 10011000 1011100 1111110 0 100111 10001 101000 101000110 11001 110000

Color Harmonies of #985C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C7E

Black with #985C7E

Text Example


Text Example

White with #985C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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