Html Css Color HEX #985783 Strikemaster

📋 copy color: '#985783'

red 152 ◦ green 87 ◦ blue 131

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

Shades of Strikemaster #985783

Tints of Strikemaster #985783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 41.08%
G = 23.51%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985783 (or 0x985783) is known color: Strikemaster. HEX triplet: 98, 57 and 83. RGB value is (152,87,131). Sum of RGB (Red+Green+Blue) = 152+87+131=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985783 is #67A87C. Grayscale: #6F6F6F. Windows color (decimal): -6793341 or 8607640. OLE color: 8607640.

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

Color convert

RGB 152 87 131 -
CMYK 0 0.43 0.14 0.40
HSL 319.38º 0.27% 0.47% -
HSV(B) 319.38º 0.43% 0.6% -
XYZ 20.45 15.13 23.32 -
YUV 111.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 152 87 131 0 0.43 0.14 0.40 319.38 0.27 0.47
Hex 98 57 83 0 2B E 28 13F 1B 2F
Octal 230 127 203 0 53 16 50 477 33 57
Binary 10011000 1010111 10000011 0 101011 1110 101000 100111111 11011 101111

Color Harmonies of #985783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985783

Black with #985783

Text Example


Text Example

White with #985783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985783; }

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

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

background-color css

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

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

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

border-color css

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

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

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