Html Css Color HEX #985483 Strikemaster

📋 copy color: '#985483'

red 152 ◦ green 84 ◦ blue 131

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

Shades of Strikemaster #985483

Tints of Strikemaster #985483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 41.42%
G = 22.89%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985483 (or 0x985483) is known color: Strikemaster. HEX triplet: 98, 54 and 83. RGB value is (152,84,131). Sum of RGB (Red+Green+Blue) = 152+84+131=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #985483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985483 is #67AB7C. Grayscale: #6D6D6D. Windows color (decimal): -6794109 or 8606872. OLE color: 8606872.

HSL color Cylindrical-coordinate representation of color #985483: hue angle of 318.53º 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 #985483 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 84 131 -
CMYK 0 0.45 0.14 0.40
HSL 318.53º 0.29% 0.46% -
HSV(B) 318.53º 0.45% 0.6% -
XYZ 20.22 14.65 23.24 -
YUV 109.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 152 84 131 0 0.45 0.14 0.40 318.53 0.29 0.46
Hex 98 54 83 0 2D E 28 13F 1D 2E
Octal 230 124 203 0 55 16 50 477 35 56
Binary 10011000 1010100 10000011 0 101101 1110 101000 100111111 11101 101110

Color Harmonies of #985483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985483

Black with #985483

Text Example


Text Example

White with #985483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985483; }

 p { color: rgb(152,84,131); }

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

background-color css

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

 a { background-color: rgb(152,84,131); }

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

border-color css

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

 span { border-color: rgb(152,84,131); }

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