Html Css Color HEX #8D6383 Strikemaster

📋 copy color: '#8D6383'

red 141 ◦ green 99 ◦ blue 131

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

Shades of Strikemaster #8D6383

Tints of Strikemaster #8D6383

RGB

 RED value IS 141 (55.47% from 255) = 38.01%

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 38.01%
G = 26.68%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8D6383 (or 0x8D6383) is known color: Strikemaster. HEX triplet: 8D, 63 and 83. RGB value is (141,99,131). Sum of RGB (Red+Green+Blue) = 141+99+131=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6383 is #729C7C. Grayscale: #737373. Windows color (decimal): -7511165 or 8610701. OLE color: 8610701.

HSL color Cylindrical-coordinate representation of color #8D6383: hue angle of 314.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6383 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 99 131 -
CMYK 0 0.30 0.07 0.45
HSL 314.29º 0.18% 0.47% -
HSV(B) 314.29º 0.3% 0.55% -
XYZ 19.54 16.23 23.57 -
YUV 115.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 141 99 131 0 0.30 0.07 0.45 314.29 0.18 0.47
Hex 8D 63 83 0 1E 7 2D 13A 12 2F
Octal 215 143 203 0 36 7 55 472 22 57
Binary 10001101 1100011 10000011 0 11110 111 101101 100111010 10010 101111

Color Harmonies of #8D6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6383

Black with #8D6383

Text Example


Text Example

White with #8D6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6383; }

 p { color: rgb(141,99,131); }

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

background-color css

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

 a { background-color: rgb(141,99,131); }

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

border-color css

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

 span { border-color: rgb(141,99,131); }

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