Html Css Color HEX #985385 Strikemaster

📋 copy color: '#985385'

red 152 ◦ green 83 ◦ blue 133

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

Shades of Strikemaster #985385

Tints of Strikemaster #985385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

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

R = 41.3%
G = 22.55%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985385 (or 0x985385) is known color: Strikemaster. HEX triplet: 98, 53 and 85. RGB value is (152,83,133). Sum of RGB (Red+Green+Blue) = 152+83+133=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985385 is #67AC7A. Grayscale: #6D6D6D. Windows color (decimal): -6794363 or 8737688. OLE color: 8737688.

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

Color convert

RGB 152 83 133 -
CMYK 0 0.45 0.13 0.40
HSL 316.52º 0.29% 0.46% -
HSV(B) 316.52º 0.45% 0.6% -
XYZ 20.28 14.56 23.93 -
YUV 109.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 152 83 133 0 0.45 0.13 0.40 316.52 0.29 0.46
Hex 98 53 85 0 2D D 28 13D 1D 2E
Octal 230 123 205 0 55 15 50 475 35 56
Binary 10011000 1010011 10000101 0 101101 1101 101000 100111101 11101 101110

Color Harmonies of #985385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985385

Black with #985385

Text Example


Text Example

White with #985385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985385; }

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

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

background-color css

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

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

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

border-color css

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

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

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