Html Css Color HEX #985377 Strikemaster

📋 copy color: '#985377'

red 152 ◦ green 83 ◦ blue 119

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

Shades of Strikemaster #985377

Tints of Strikemaster #985377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 42.94%
G = 23.45%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#985377 (or 0x985377) is known color: Strikemaster. HEX triplet: 98, 53 and 77. RGB value is (152,83,119). Sum of RGB (Red+Green+Blue) = 152+83+119=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985377 is #67AC88. Grayscale: #6B6B6B. Windows color (decimal): -6794377 or 7820184. OLE color: 7820184.

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

Color convert

RGB 152 83 119 -
CMYK 0 0.45 0.22 0.40
HSL 328.7º 0.29% 0.46% -
HSV(B) 328.7º 0.45% 0.6% -
XYZ 19.37 14.19 19.17 -
YUV 107.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 152 83 119 0 0.45 0.22 0.40 328.7 0.29 0.46
Hex 98 53 77 0 2D 16 28 149 1D 2E
Octal 230 123 167 0 55 26 50 511 35 56
Binary 10011000 1010011 1110111 0 101101 10110 101000 101001001 11101 101110

Color Harmonies of #985377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985377

Black with #985377

Text Example


Text Example

White with #985377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985377; }

 p { color: rgb(152,83,119); }

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

background-color css

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

 a { background-color: rgb(152,83,119); }

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

border-color css

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

 span { border-color: rgb(152,83,119); }

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