Html Css Color HEX #8D507B Strikemaster

📋 copy color: '#8D507B'

red 141 ◦ green 80 ◦ blue 123

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

Shades of Strikemaster #8D507B

Tints of Strikemaster #8D507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 40.99%
G = 23.26%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D507B (or 0x8D507B) is known color: Strikemaster. HEX triplet: 8D, 50 and 7B. RGB value is (141,80,123). Sum of RGB (Red+Green+Blue) = 141+80+123=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D507B is #72AF84. Grayscale: #676767. Windows color (decimal): -7516037 or 8081549. OLE color: 8081549.

HSL color Cylindrical-coordinate representation of color #8D507B: hue angle of 317.7º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D507B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 80 123 -
CMYK 0 0.43 0.13 0.45
HSL 317.7º 0.28% 0.43% -
HSV(B) 317.7º 0.43% 0.55% -
XYZ 17.43 12.83 20.3 -
YUV 103.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 141 80 123 0 0.43 0.13 0.45 317.7 0.28 0.43
Hex 8D 50 7B 0 2B D 2D 13E 1C 2B
Octal 215 120 173 0 53 15 55 476 34 53
Binary 10001101 1010000 1111011 0 101011 1101 101101 100111110 11100 101011

Color Harmonies of #8D507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D507B

Black with #8D507B

Text Example


Text Example

White with #8D507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,80,123); }

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

background-color css

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

 a { background-color: rgb(141,80,123); }

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

border-color css

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

 span { border-color: rgb(141,80,123); }

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