Html Css Color HEX #985085 Strikemaster

📋 copy color: '#985085'

red 152 ◦ green 80 ◦ blue 133

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

Shades of Strikemaster #985085

Tints of Strikemaster #985085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 41.64%
G = 21.92%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#985085 (or 0x985085) is known color: Strikemaster. HEX triplet: 98, 50 and 85. RGB value is (152,80,133). Sum of RGB (Red+Green+Blue) = 152+80+133=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985085 is #67AF7A. Grayscale: #6B6B6B. Windows color (decimal): -6795131 or 8736920. OLE color: 8736920.

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

Color convert

RGB 152 80 133 -
CMYK 0 0.47 0.13 0.40
HSL 315.83º 0.31% 0.45% -
HSV(B) 315.83º 0.47% 0.6% -
XYZ 20.05 14.11 23.86 -
YUV 107.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 152 80 133 0 0.47 0.13 0.40 315.83 0.31 0.45
Hex 98 50 85 0 2F D 28 13C 1F 2D
Octal 230 120 205 0 57 15 50 474 37 55
Binary 10011000 1010000 10000101 0 101111 1101 101000 100111100 11111 101101

Color Harmonies of #985085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985085

Black with #985085

Text Example


Text Example

White with #985085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985085; }

 p { color: rgb(152,80,133); }

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

background-color css

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

 a { background-color: rgb(152,80,133); }

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

border-color css

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

 span { border-color: rgb(152,80,133); }

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