Html Css Color HEX #985382 Strikemaster

📋 copy color: '#985382'

red 152 ◦ green 83 ◦ blue 130

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

Shades of Strikemaster #985382

Tints of Strikemaster #985382

RGB

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

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

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

R = 41.64%
G = 22.74%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985382 (or 0x985382) is known color: Strikemaster. HEX triplet: 98, 53 and 82. RGB value is (152,83,130). Sum of RGB (Red+Green+Blue) = 152+83+130=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #985382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985382 is #67AC7D. Grayscale: #6C6C6C. Windows color (decimal): -6794366 or 8541080. OLE color: 8541080.

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

Color convert

RGB 152 83 130 -
CMYK 0 0.45 0.14 0.40
HSL 319.13º 0.29% 0.46% -
HSV(B) 319.13º 0.45% 0.6% -
XYZ 20.07 14.47 22.85 -
YUV 108.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 152 83 130 0 0.45 0.14 0.40 319.13 0.29 0.46
Hex 98 53 82 0 2D E 28 13F 1D 2E
Octal 230 123 202 0 55 16 50 477 35 56
Binary 10011000 1010011 10000010 0 101101 1110 101000 100111111 11101 101110

Color Harmonies of #985382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985382

Black with #985382

Text Example


Text Example

White with #985382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985382; }

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

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

background-color css

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

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

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

border-color css

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

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

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