Html Css Color HEX #985083 Strikemaster

📋 copy color: '#985083'

red 152 ◦ green 80 ◦ blue 131

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

Shades of Strikemaster #985083

Tints of Strikemaster #985083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 41.87%
G = 22.04%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985083 (or 0x985083) is known color: Strikemaster. HEX triplet: 98, 50 and 83. RGB value is (152,80,131). Sum of RGB (Red+Green+Blue) = 152+80+131=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #985083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985083 is #67AF7C. Grayscale: #6B6B6B. Windows color (decimal): -6795133 or 8605848. OLE color: 8605848.

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

Color convert

RGB 152 80 131 -
CMYK 0 0.47 0.14 0.40
HSL 317.5º 0.31% 0.45% -
HSV(B) 317.5º 0.47% 0.6% -
XYZ 19.91 14.05 23.14 -
YUV 107.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 152 80 131 0 0.47 0.14 0.40 317.5 0.31 0.45
Hex 98 50 83 0 2F E 28 13E 1F 2D
Octal 230 120 203 0 57 16 50 476 37 55
Binary 10011000 1010000 10000011 0 101111 1110 101000 100111110 11111 101101

Color Harmonies of #985083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985083

Black with #985083

Text Example


Text Example

White with #985083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985083; }

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

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

background-color css

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

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

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

border-color css

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

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

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