Html Css Color HEX #8C507A Strikemaster

📋 copy color: '#8C507A'

red 140 ◦ green 80 ◦ blue 122

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

Shades of Strikemaster #8C507A

Tints of Strikemaster #8C507A

RGB

 RED value IS 140 (55.08% from 255) = 40.94%

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 40.94%
G = 23.39%
B = 35.67%

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

#8C507A (or 0x8C507A) is known color: Strikemaster. HEX triplet: 8C, 50 and 7A. RGB value is (140,80,122). Sum of RGB (Red+Green+Blue) = 140+80+122=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507A is #73AF85. Grayscale: #666666. Windows color (decimal): -7581574 or 8016012. OLE color: 8016012.

HSL color Cylindrical-coordinate representation of color #8C507A: hue angle of 318º degrees, saturation: 0.27, 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 #8C507A is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 122 -
CMYK 0 0.43 0.13 0.45
HSL 318º 0.27% 0.43% -
HSV(B) 318º 0.43% 0.55% -
XYZ 17.2 12.72 19.96 -
YUV 102.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 140 80 122 0 0.43 0.13 0.45 318 0.27 0.43
Hex 8C 50 7A 0 2B D 2D 13E 1B 2B
Octal 214 120 172 0 53 15 55 476 33 53
Binary 10001100 1010000 1111010 0 101011 1101 101101 100111110 11011 101011

Color Harmonies of #8C507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C507A

Black with #8C507A

Text Example


Text Example

White with #8C507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,122); }

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

background-color css

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

 a { background-color: rgb(140,80,122); }

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

border-color css

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

 span { border-color: rgb(140,80,122); }

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