Html Css Color HEX #985C8B Strikemaster

📋 copy color: '#985C8B'

red 152 ◦ green 92 ◦ blue 139

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

Shades of Strikemaster #985C8B

Tints of Strikemaster #985C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 39.69%
G = 24.02%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#985C8B (or 0x985C8B) is known color: Strikemaster. HEX triplet: 98, 5C and 8B. RGB value is (152,92,139). Sum of RGB (Red+Green+Blue) = 152+92+139=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C8B is #67A374. Grayscale: #737373. Windows color (decimal): -6792053 or 9133208. OLE color: 9133208.

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

Color convert

RGB 152 92 139 -
CMYK 0 0.39 0.09 0.40
HSL 313º 0.25% 0.48% -
HSV(B) 313º 0.39% 0.6% -
XYZ 21.44 16.19 26.42 -
YUV 115.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 152 92 139 0 0.39 0.09 0.40 313 0.25 0.48
Hex 98 5C 8B 0 27 9 28 139 19 30
Octal 230 134 213 0 47 11 50 471 31 60
Binary 10011000 1011100 10001011 0 100111 1001 101000 100111001 11001 110000

Color Harmonies of #985C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C8B

Black with #985C8B

Text Example


Text Example

White with #985C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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