Html Css Color HEX #985883 Strikemaster

📋 copy color: '#985883'

red 152 ◦ green 88 ◦ blue 131

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

Shades of Strikemaster #985883

Tints of Strikemaster #985883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 40.97%
G = 23.72%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985883 (or 0x985883) is known color: Strikemaster. HEX triplet: 98, 58 and 83. RGB value is (152,88,131). Sum of RGB (Red+Green+Blue) = 152+88+131=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985883 is #67A77C. Grayscale: #6F6F6F. Windows color (decimal): -6793085 or 8607896. OLE color: 8607896.

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

Color convert

RGB 152 88 131 -
CMYK 0 0.42 0.14 0.40
HSL 319.69º 0.27% 0.47% -
HSV(B) 319.69º 0.42% 0.6% -
XYZ 20.54 15.29 23.34 -
YUV 112.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 152 88 131 0 0.42 0.14 0.40 319.69 0.27 0.47
Hex 98 58 83 0 2A E 28 140 1B 2F
Octal 230 130 203 0 52 16 50 500 33 57
Binary 10011000 1011000 10000011 0 101010 1110 101000 101000000 11011 101111

Color Harmonies of #985883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985883

Black with #985883

Text Example


Text Example

White with #985883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985883; }

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

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

background-color css

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

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

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

border-color css

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

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

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