Html Css Color HEX #985183 Strikemaster

📋 copy color: '#985183'

red 152 ◦ green 81 ◦ blue 131

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

Shades of Strikemaster #985183

Tints of Strikemaster #985183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 41.76%
G = 22.25%
B = 35.99%

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

#985183 (or 0x985183) is known color: Strikemaster. HEX triplet: 98, 51 and 83. RGB value is (152,81,131). Sum of RGB (Red+Green+Blue) = 152+81+131=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #985183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985183 is #67AE7C. Grayscale: #6B6B6B. Windows color (decimal): -6794877 or 8606104. OLE color: 8606104.

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

Color convert

RGB 152 81 131 -
CMYK 0 0.47 0.14 0.40
HSL 317.75º 0.3% 0.46% -
HSV(B) 317.75º 0.47% 0.6% -
XYZ 19.99 14.2 23.16 -
YUV 107.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 152 81 131 0 0.47 0.14 0.40 317.75 0.3 0.46
Hex 98 51 83 0 2F E 28 13E 1E 2E
Octal 230 121 203 0 57 16 50 476 36 56
Binary 10011000 1010001 10000011 0 101111 1110 101000 100111110 11110 101110

Color Harmonies of #985183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985183

Black with #985183

Text Example


Text Example

White with #985183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985183; }

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

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

background-color css

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

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

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

border-color css

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

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

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