Html Css Color HEX #985985 Strikemaster

📋 copy color: '#985985'

red 152 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #985985

Tints of Strikemaster #985985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 40.64%
G = 23.8%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985985 (or 0x985985) is known color: Strikemaster. HEX triplet: 98, 59 and 85. RGB value is (152,89,133). Sum of RGB (Red+Green+Blue) = 152+89+133=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985985 is #67A67A. Grayscale: #707070. Windows color (decimal): -6792827 or 8739224. OLE color: 8739224.

HSL color Cylindrical-coordinate representation of color #985985: hue angle of 318.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985985 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 133 -
CMYK 0 0.41 0.13 0.40
HSL 318.1º 0.26% 0.47% -
HSV(B) 318.1º 0.41% 0.6% -
XYZ 20.75 15.51 24.09 -
YUV 112.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 152 89 133 0 0.41 0.13 0.40 318.1 0.26 0.47
Hex 98 59 85 0 29 D 28 13E 1A 2F
Octal 230 131 205 0 51 15 50 476 32 57
Binary 10011000 1011001 10000101 0 101001 1101 101000 100111110 11010 101111

Color Harmonies of #985985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985985

Black with #985985

Text Example


Text Example

White with #985985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985985; }

 p { color: rgb(152,89,133); }

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

background-color css

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

 a { background-color: rgb(152,89,133); }

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

border-color css

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

 span { border-color: rgb(152,89,133); }

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