Html Css Color HEX #984983 Strikemaster

📋 copy color: '#984983'

red 152 ◦ green 73 ◦ blue 131

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

Shades of Strikemaster #984983

Tints of Strikemaster #984983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 42.7%
G = 20.51%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984983 (or 0x984983) is known color: Strikemaster. HEX triplet: 98, 49 and 83. RGB value is (152,73,131). Sum of RGB (Red+Green+Blue) = 152+73+131=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #984983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984983 is #67B67C. Grayscale: #676767. Windows color (decimal): -6796925 or 8604056. OLE color: 8604056.

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

Color convert

RGB 152 73 131 -
CMYK 0 0.52 0.14 0.40
HSL 315.95º 0.35% 0.44% -
HSV(B) 315.95º 0.52% 0.6% -
XYZ 19.43 13.08 22.97 -
YUV 103.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 152 73 131 0 0.52 0.14 0.40 315.95 0.35 0.44
Hex 98 49 83 0 34 E 28 13C 23 2C
Octal 230 111 203 0 64 16 50 474 43 54
Binary 10011000 1001001 10000011 0 110100 1110 101000 100111100 100011 101100

Color Harmonies of #984983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984983

Black with #984983

Text Example


Text Example

White with #984983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984983; }

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

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

background-color css

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

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

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

border-color css

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

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

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