Html Css Color HEX #985082 Strikemaster

📋 copy color: '#985082'

red 152 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #985082

Tints of Strikemaster #985082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 41.99%
G = 22.1%
B = 35.91%

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

#985082 (or 0x985082) is known color: Strikemaster. HEX triplet: 98, 50 and 82. RGB value is (152,80,130). Sum of RGB (Red+Green+Blue) = 152+80+130=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #985082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985082 is #67AF7D. Grayscale: #6B6B6B. Windows color (decimal): -6795134 or 8540312. OLE color: 8540312.

HSL color Cylindrical-coordinate representation of color #985082: hue angle of 318.33º 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 #985082 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 130 -
CMYK 0 0.47 0.14 0.40
HSL 318.33º 0.31% 0.45% -
HSV(B) 318.33º 0.47% 0.6% -
XYZ 19.85 14.02 22.78 -
YUV 107.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 152 80 130 0 0.47 0.14 0.40 318.33 0.31 0.45
Hex 98 50 82 0 2F E 28 13E 1F 2D
Octal 230 120 202 0 57 16 50 476 37 55
Binary 10011000 1010000 10000010 0 101111 1110 101000 100111110 11111 101101

Color Harmonies of #985082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985082

Black with #985082

Text Example


Text Example

White with #985082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985082; }

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

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

background-color css

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

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

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

border-color css

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

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

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